Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Debug

Hierarchy

  • Debug

Index

Constructors

constructor

Properties

Protected enabled

enabled: boolean

Protected matcher

matcher: RegExp

Protected start

start: Date

Protected styles

styles: StyleStuff

Methods

enable

  • enable(): void

isEnabled

  • isEnabled(): boolean

log

  • log(...args: any[]): void

logEvent

  • logEvent(eventName: string, ...args: any[]): void

out

  • out(message: string, ...args: any[]): void

printTitle

  • printTitle(): void

setStartDate

  • setStartDate(start: Date): Debug