Interface LogLevels

Maps logger names to log levels.

interface LogLevels {
    [key: string]: LogLevel;
}

Indexable

[key: string]: LogLevel