Class OINOConsoleLog

Logging implementation based on console.log.

Hierarchy (view full)

Constructors

Methods

  • Log debug event.

    Parameters

    • message: string

      message of the log event

    • Optional data: any

      structured data associated with the log event

    Returns void

  • Log error event.

    Parameters

    • message: string

      message of the log event

    • Optional data: any

      structured data associated with the log event

    Returns void

  • Log info event.

    Parameters

    • message: string

      message of the log event

    • Optional data: any

      structured data associated with the log event

    Returns void

  • Set log level.

    Parameters

    Returns void

  • Set active logger and log level.

    Parameters

    Returns void

  • Log warning event.

    Parameters

    • message: string

      message of the log event

    • Optional data: any

      structured data associated with the log event

    Returns void