Variable LogLevelConst

LogLevel: Readonly<{
    DEBUG: 2;
    ERROR: 5;
    FATAL: 6;
    INFO: 3;
    TRACE: 1;
    VERBOSE: 0;
    WARN: 4;
}> = ...

Core levels used by the Logger class to produce events.

Generated using TypeDoc