The log class outputs logging messages and writes to log files.

Hierarchy

  • Log

Constructors

Methods

Constructors

Methods

  • Logs an error.

    Parameters

    • message: string

      The log message

    Returns void

  • Outputs the log to the console.

    Returns void

  • Logs an info.

    Parameters

    • message: string

      The log message

    Returns void

  • Logs an warning.

    Parameters

    • message: string

      The log message

    Returns void

Generated using TypeDoc