The JSON-stringified version of this is sent to the ZBCustomLogger

interface ZBLogMessage {
    context: string;
    id: string;
    level: Loglevel;
    message: string;
    time: string;
    timestamp: Date;
}

Properties

context: string
id: string
level: Loglevel
message: string
time: string
timestamp: Date

Generated using TypeDoc