LogEvent¶
Class LogEvent
Hierarchy (View Summary)
- WebVisEvent
- LogEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
level
The log level of the log message.
message
message: string
The log message.
timestamp
timestamp: string
The timestamp when the log message was created.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
This event occurs if a log message is created.