Type Alias LogLevel

LogLevel:
    | "trace"
    | "debug"
    | "info"
    | "warn"
    | "error"
    | "none"

Logging level.