Class LogEventArgs
Event argument when an 'on log' event is fired.
Inheritance
object
LogEventArgs
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsLogging
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class LogEventArgs : EventArgs
Properties
Exception
Gets or sets an optional exception instance that was passed to the logger through the LogError methods.
Declaration
RequestResponse
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
Exception |
LogLevel
Gets or sets the log level of the message.
Declaration
RequestResponse
public LogLevel LogLevel { get; set; }
Property Value
Type | Description |
---|---|
LogLevel |
Message
Gets or sets the message.
Declaration
RequestResponse
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |