Logger that adds backtraces to each log function.

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Logs a message at the specified log level if a corresponding log function is defined.

    Parameters

    • level: LogLevel

      The severity level of the log entry.

    • msg: MessageType

      The content of the log message.

    Returns void