Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Logger

Index

Constructors

constructor

Properties

_debug

_debug: log = console.log

_error

_error: error = console.error

_verbose

_verbose: log = console.log

_warn

_warn: log = console.log

Private debugEnabled

debugEnabled: boolean

Private padding

padding: number

Private silentEnabled

silentEnabled: boolean

Methods

debug

  • debug(...terms: string[]): void

error

  • error(error: Error | string): void

pad

  • pad(str: string): string

verbose

  • verbose(tag: string, ...terms: string[]): void

warn

  • warn(tag: string, ...terms: string[]): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc