Class ConsoleLogHandler

A simple logger that logs to the console.

Hierarchy

  • ConsoleLogHandler

Implements

Constructors

Properties

Methods

Constructors

Properties

formatLevel: any
prefix: any

Methods

  • Logs the given message at the given level.

    Parameters

    • level: LogLevel
    • msg: string | (() => string)

    Returns void

Generated using TypeDoc