| Column |
Description |
| Date |
The date the message was logged |
| Time |
The time the message was logged |
| Message |
The actual log message itself |
| Session ID |
A unique identifier for the session (call); note that log messages not related to a session will leave this field empty |
| Service |
The name of the Prophecy component that logged this message |
| Sender |
A category used to group related messages; messages can be enabled and disabled by sender, e.g. for any component using the Log4J framework a sender is a category in the Log4J configuration file |
| Account |
Identifies the account under which the session was initiated; field will be 0 (zero) when a log message is not related to a session |
| Type |
Indicates the priority of the message, possible values in descending order are:
- Fatal: These messages indicate the component has failed and needs to be restarted.
- Error: Something went wrong; usually this means a session failed, but the Prophecy component was able to continue it's normal operation.
- Warn(ing): Something unexpected happened; the session will continue, but probably not as expected.
- Info: These messages should help application developers debug and analyze their applications
- Debug: Messages at this level are for Prophecy system operators and hence show messages about the internal of a component relevant to the day to day operations of a Prophecy system.
- Trace: This level is reserved for Voxeo's software engineers; you might be asked to enable this level for problem resolution purposes, but are usually too cryptic for an end user to understand. Also, logging at this level usually generates to much logging for any production system to handle.
Note that messages can be enabled and disabled based on the type (or priority) so that the amount of logging can be easily controlled.
|
| Host |
The machine name of the Prophecy server that initiated the message |
| Number |
A unique identifier for the parent session. This is the session that spun off the session for which the message was logged, e.g. the CCXML session (which session id would be in this column) that started a VoiceXML dialog (which session id would be in the session id column) |