Class LogEvent

Top Previous Topic Next Topic  Print this topic

The LogEvent class represents log messages retrieved from the Ecrion Omni System jobs.

 

Members/Properties

 

Name

Description

TimeStampUTC

Specifies  the time when the log message has been generated

Severity

Specifies the severity of the log message

Message

 

 

 

TimeStampUTC

 

Specifies  the time when the log message has been generated. The date-time is specified in UTC format.

 

 

       public DateTime TimestampUTC;

 

 

 

Severity

 

Specifies the severity of the log message. This member is an object of type Severity.

 

 

       public Severity Severity;

 

 

 

Message

 

String which specifies the actual content of the log message.

 

 

       public String Message;