philia
    Preparing search index...

    Interface LoggerConfig

    日志设置

    interface LoggerConfig {
        inspect?: InspectOptions;
        level?:
            | "TRACE"
            | "ALL"
            | "DEBUG"
            | "INFO"
            | "WARN"
            | "ERROR"
            | "FATAL"
            | "MARK"
            | "OFF";
    }
    Index

    Properties

    Properties

    inspect?: InspectOptions

    日志格式化参数

    level?:
        | "TRACE"
        | "ALL"
        | "DEBUG"
        | "INFO"
        | "WARN"
        | "ERROR"
        | "FATAL"
        | "MARK"
        | "OFF"

    日志等级