...
Column | Description |
---|---|
Category | The message’s category |
Severity | The message’s severity |
Time | The message’s timestamp |
Direction | The message’s direction. This may be:
|
Object Type | The object type associated with this message |
Object Name | The object name associated with this message |
Client IP | The Client IP this message originated from. This may be the actual client, or a load balancer. |
Message Code | The message’s code |
Message | The actual message logged. |
Payload Payload Tab
When WS-M recording is switched on, the Payload pane of the table will contain payload information for the messages displayed.
The payload is shown for both the front end and the back end, for both the request and response phases.
...
Column | Description |
---|---|
Type | The call 's type - such as SQL, LDAP, etc. |
Direction | request or response |
Time | When the call was made |
Elapsed (ms.) | Elapsed time of the call in milliseconds |
Status | Whether the call was successful or not |
Details | Extra details about the call, such as the SQL statement, HTTP request URL, etc |
...