Type Alias LogLevel

LogLevel:
    | 0
    | 1
    | 2
    | 3
    | 4
    | "debug"
    | "notice"
    | "warning"
    | "error"
    | "critical"