Constructors

Properties

root: GlobalLogger = ...

Accessors

Methods

  • Logs to the DEBUG channel

    Parameters

    • msg: any

      The message or data to log.

    • Rest ...additionalData: any[]

      Additional context.

    Returns void

  • Logs to the ERROR channel

    Parameters

    • msg: any

      The message or data to log.

    • Rest ...additionalData: any[]

      Additional context.

    Returns void

  • Logs to the INFO channel

    Parameters

    • msg: any

      The message or data to log.

    • Rest ...additionalData: any[]

      Additional context.

    Returns void

  • Logs to the WARN channel

    Parameters

    • msg: any

      The message or data to log.

    • Rest ...additionalData: any[]

      Additional context.

    Returns void

Generated using TypeDoc