interface NotificationDiagnosticLogMessage {
    level?: number;
    message?: string;
    time?: any;
}

Properties

Properties

level?: number

Corresponds to .Net TraceLevel enumeration

message?: string
time?: any