Field Name | Type | Description |
time_stamp | BrokerDate | The date and time that the entry was created. |
entry_type | short | The entry's type. See the next table, below, for a list of possible types. |
entry_mesg_id | short | The message identifier. |
entry_msg_text | char * | The event identifier from the event. |
Constant | Description |
SERVER_LOG_MESSAGE_UNKNOWN | The entry has an undefined type. |
SERVER_LOG_MESSAGE_INFO | The entry contains an informational message. |
SERVER_LOG_MESSAGE_WARNING | The entry contains a warning message. |
SERVER_LOG_MESSAGE_ALERT | The entry contains an alert message. |