The LogLevel class defines the various logging levels used by the logger.

Hierarchy

  • LogLevel

Constructors

  • The constructor for each log level.

    Returns LogLevel

Properties

color: ChatColor
level: number
name: string
Debug: LogLevel
Error: LogLevel
Fatal: LogLevel
Info: LogLevel
Trace: LogLevel
Warn: LogLevel
values: LogLevel[]

The list of all available log levels.

Methods

  • Return the logging level as a string.

    Returns string

    The string representation of the logging level.

  • Parse a string to get the corresponding LogLevel.

    Parameters

    • str: string

      The string to parse.

    Returns undefined | LogLevel

    The corresponding LogLevel, or undefined if none was found.