Logged Event Types and Subtypes

When incoming messages are logged on the email server, a logged event type and subtype are created for each event. You can filter the quantity and detail of logged messages. The following table describes the logged event types for Siebel Email Response.

Event Type Description

EMR_Performance

Set to 2 or higher to see performance logging.

EMR_Tracking

Set to 2 or higher to see information that is useful for tracking the flow of driver events.

EMR_Data

Set to 2 or higher to see detail about the actual event data.

EMR_Log

Use for general purpose logging.

LogEvent

Use for logging information about the events.

The following table describes the event subtypes for event types.

Event Subtype Description

LogDebug (5)

Logs debug information including function entry and exit points.

LogDetail (4)

Logs all information except function entry and exit points.

LogError (1)

Logs all errors.

LogFatal (0)

Logs terminal errors.

LogInfo (3)

Logs information that is helpful for performance issues.

LogWarning (2)

Logs messages that warn of possible issues.

To change the log level, you can enter the following srvrmgr command:

change evtloglvl LogEvent=X for comp CommInboundRcvr

where: X is one of the numbers in parentheses in the previous table.