Interface PlaceDebugEvent

Metadata associated with Place Debug events

interface PlaceDebugEvent {
    class_name: string;
    level: PlaceLogLevel;
    message: string;
    mod_id: string;
    module: string;
    time: number;
}

Properties

class_name: string

Logically class name of the module driver

Logging level of the message

message: string

Contents of the debug event

mod_id: string

ID of the module associated with the event

module: string

Module associated with the event

time: number

Unix epoch of the message arrival in seconds