Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LoggerManagerImpl

LoggerManagerImpl is the class for the singleton instance of the logger manager. It handles channels and loggers.

Hierarchy

  • LoggerManagerImpl

Implements

Index

Constructors

constructor

Properties

channel

channel: IChannel

Methods

create

dispose

enable

  • enable(loggerName: string, value: boolean): void

enableAll

  • enableAll(enabled: boolean): void

getLogger

  • getLogger(name: string): ILogger | undefined

getLoggerNames

  • getLoggerNames(): string[]

setChannel

setLogLevel

  • setLogLevel(loggerName: string, level: LogLevel): void

setLogLevelForAll

  • setLogLevelForAll(level: LogLevel): void

update

updateAll

Generated using TypeDoc