LogEventΒΆ

This event occurs if a log message is created.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

level: LogLevel

The log level of the log message.

message: string

The log message.

timestamp: string

The timestamp when the log message was created.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.




Was this page helpful? Please leave a thumbs up or down.