Interface LogDispatcher

Dispatches a logged message.

Hierarchy

  • LogDispatcher

Implemented by

Methods

Methods

  • Parameters

    • level: number

      The message severity level.

    • args: any[]

      The array of arguments.

    • Optional context: any

      The optional message context.

    Returns void