Click or drag to resize
Ab4d.SharpEngine logo

LogWriteLog Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Utilities.Log.WriteLog(Ab4d.SharpEngine.Common.LogLevels,System.String,System.Int64,System.String,System.Object[],System.Exception)"]


Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public static void WriteLog(
	LogLevels logLevel,
	string? logArea,
	long objectId,
	string message,
	Object?[]? propertyValues = null,
	Exception? exception = null
)

Parameters

logLevel  LogLevels

[Missing <param name="logLevel"/> documentation for "M:Ab4d.SharpEngine.Utilities.Log.WriteLog(Ab4d.SharpEngine.Common.LogLevels,System.String,System.Int64,System.String,System.Object[],System.Exception)"]

logArea  String

[Missing <param name="logArea"/> documentation for "M:Ab4d.SharpEngine.Utilities.Log.WriteLog(Ab4d.SharpEngine.Common.LogLevels,System.String,System.Int64,System.String,System.Object[],System.Exception)"]

objectId  Int64

[Missing <param name="objectId"/> documentation for "M:Ab4d.SharpEngine.Utilities.Log.WriteLog(Ab4d.SharpEngine.Common.LogLevels,System.String,System.Int64,System.String,System.Object[],System.Exception)"]

message  String

[Missing <param name="message"/> documentation for "M:Ab4d.SharpEngine.Utilities.Log.WriteLog(Ab4d.SharpEngine.Common.LogLevels,System.String,System.Int64,System.String,System.Object[],System.Exception)"]

propertyValues  Object  (Optional)

[Missing <param name="propertyValues"/> documentation for "M:Ab4d.SharpEngine.Utilities.Log.WriteLog(Ab4d.SharpEngine.Common.LogLevels,System.String,System.Int64,System.String,System.Object[],System.Exception)"]

exception  Exception  (Optional)

[Missing <param name="exception"/> documentation for "M:Ab4d.SharpEngine.Utilities.Log.WriteLog(Ab4d.SharpEngine.Common.LogLevels,System.String,System.Int64,System.String,System.Object[],System.Exception)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.Log.WriteLog(Ab4d.SharpEngine.Common.LogLevels,System.String,System.Int64,System.String,System.Object[],System.Exception)"]

See Also