Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LoggerImpl

Hierarchy

Index

Constructors

constructor

Properties

Private _level

_level: LogLevel

Static Private INSTANCE

INSTANCE: Logger | null = null

Static Private _LOG_LEVELS

_LOG_LEVELS: LogLevel[] = [ "debug", "info", "warn", "error", "log" ]

Methods

debug

  • debug(): void

error

  • error(): void

getLevel

  • getLevel(): string

info

  • info(): void

log

  • log(): void

setLevel

warn

  • warn(): void

Static Private getConsoleMethod_

  • getConsoleMethod_(level: LogLevel): any

Static getInstance

Static Private noop_

  • noop_(): void

Generated using TypeDoc