Type Alias LogLevel

LogLevel:
    | "trace"
    | "debug"
    | "info"
    | "warn"
    | "error"
    | "fatal"
    | "mark"
    | "off"

日志等级