The LogEvent class represents log messages retrieved from the Ecrion Omni System jobs.
Members/Properties
Name |
Description |
Specifies the time when the log message has been generated. |
|
Specifies the severity of the log message. |
|
Specifies the log message. |
Specifies the time when the log message has been generated. The date-time is specified in UTC format.
public DateTime TimestampUTC;
Specifies the severity of the log message. This member is an object of type Severity.
public Severity Severity;
String which specifies the actual content of the log message.
public String Message;