Options
All
  • Public
  • Public/Protected
  • All
Menu

Type to install and to manipulate the tracing layer.

Hierarchy

  • Tracing

Index

Constructors

  • Install the tracing layer.

    Parameters

    Returns Tracing

Properties

minLevel: LoggerLevel

Re-define the minimum logger level.

Methods

  • free(): void
  • Returns void

  • turnOff(): void
  • Turn the logger off, i.e. it no longer emits logs.

    Returns void

  • turnOn(): void
  • Turn the logger on, i.e. it emits logs again if it was turned off.

    Returns void

  • isAvailable(): boolean
  • Check whether the tracing feature has been enabled.

    deprecated:

    tracing is now always enabled.

    Returns boolean

Generated using TypeDoc