bun-logger - v1.1.0
    Preparing search index...

    Type Alias LogLevelString

    LogLevelString:
        | "none"
        | "all"
        | "verbose"
        | "debug"
        | "info"
        | "warn"
        | "warning"
        | "warnings"
        | "error"
        | "errors"
        | "default"
        | "normal"

    Defines the possible string values for log levels that can be used to configure the log level of the Logger class through environment variables or directly as a parameter.

    getLogLevel for details on how log levels are determined and configured.