Interface LoggerOptions

interface LoggerOptions {
    level?: LoggerLevel;
}

Properties

Properties

level?: LoggerLevel