Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Debugger

Callable

  • Debugger(...args: any[]): void
  • Logs the given arguments to the log method.

    Parameters

    • Rest ...args: any[]

    Returns void

Index

Properties

enabled: boolean

True if this logger is active and logging.

namespace: string

The namespace of this logger.

Methods

  • destroy(): boolean
  • Used to cleanup/remove this logger.

    Returns boolean

  • Extends this logger with a child namespace. Namespaces are separated with a ':' character.

    Parameters

    • namespace: string

    Returns Debugger

  • log(...args: any[]): void
  • The current log method. Can be overridden to redirect output.

    Parameters

    • Rest ...args: any[]

    Returns void

Generated using TypeDoc