Type alias LogEvent

LogEvent: {
    log: {
        ctx: string;
        level: LogLevel;
        log: string;
    };
}

Type declaration

  • log: {
        ctx: string;
        level: LogLevel;
        log: string;
    }
    • ctx: string
    • level: LogLevel
    • log: string

Generated using TypeDoc