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
TypeDescription
Exception

LogLevel

Gets or sets the log level of the message.

Declaration
RequestResponse
public LogLevel LogLevel { get; set; }
Property Value
TypeDescription
LogLevel

Message

Gets or sets the message.

Declaration
RequestResponse
public string Message { get; set; }
Property Value
TypeDescription
string

Do you have some feedback for us?

If you have suggestions for improving this article,