|
|
Job Component |
CRLogEvent Object |
The CRLogEvent object represents a single log entry in a job's log file. To get the log file for your job, see the GetJobLog method.
Property |
Type |
Description |
LogEventPID |
Long |
System Process ID in which the job ran |
LogEventID |
Long |
Internal Identifier |
LogEventJobName |
String |
Job name related to this log entry |
LogEventDateTime |
DateTime |
Date and time this log entry occurred |
LogEventType |
LogEventTypes |
Type type of log entry (see LogEventTypes below) |
LogEventMessage |
String |
The descriptive message for this log entry |
|
Enum LogEventTypes |
Informational |
Warning |
Error |
Fatal |
End Enum |
© 2003 - 2007 Relational Solutions, Inc. - All rights reserved