Contents of the Log Message
The log message is composed of several log components that are required to explain the log message in its entirety. These log message components help you analyze the log.
Log Message Component | Description |
---|---|
Log level | The levels are as follows: DEBUG, INFO, WARN, ERROR, OFF. |
BusinessTransactionId | Unique identifier for tracing purposes across function calls. |
OrderRef | An identifier to identify the order for which this log message is written. |
Component | Context information about the origin of the log (typically the engine name). |
Service | Context information about the origin of the log (typically the class name). |
Operation | Context information about the origin of the log (typically the method name). |
StackTrace | Entire stack trace of the activity. |
TimeStamp | Indicates when the message was logged. |