Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Monitoring Broker Activity | Broker Server Logs
 
Broker Server Logs
 
Obtaining Log Entries
Obtaining Log Information
Deleting Log Entries
Each Broker Server maintains a log of significant events that have occurred. The format of each entry described by the BrokerServerLogEntry object is shown in the following table.
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.
Each Broker Server log entry is assigned a type as defined in the following table.
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.