Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILogger

Implements for creating a new Logger

see

LoggerSimple

Hierarchy

Implemented by

Index

Properties

addHandlerAfterEmptyln

addHandlerAfterEmptyln: (callback: (e: EventArgs) => void) => void

Type declaration

addHandlerAfterEmptylnVerbose

addHandlerAfterEmptylnVerbose: (callback: (e: EventArgs) => void) => void

Type declaration

addHandlerAfterError

addHandlerAfterError: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerAfterErrorVerbose

addHandlerAfterErrorVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerAfterWarn

addHandlerAfterWarn: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerAfterWarnVerbose

addHandlerAfterWarnVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerAfterWrite

addHandlerAfterWrite: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerAfterWriteVerbose

addHandlerAfterWriteVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerAfterWriteln

addHandlerAfterWriteln: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerAfterWritelnVerbose

addHandlerAfterWritelnVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerBeforeEmptyln

addHandlerBeforeEmptyln: (callback: (e: CancelEventArgs) => void) => void

Type declaration

addHandlerBeforeEmptylnVerbose

addHandlerBeforeEmptylnVerbose: (callback: (e: CancelEventArgs) => void) => void

Type declaration

addHandlerBeforeError

addHandlerBeforeError: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerBeforeErrorVerbose

addHandlerBeforeErrorVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerBeforeWarn

addHandlerBeforeWarn: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerBeforeWarnVerbose

addHandlerBeforeWarnVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerBeforeWrite

addHandlerBeforeWrite: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerBeforeWriteVerbose

addHandlerBeforeWriteVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerBeforeWriteln

addHandlerBeforeWriteln: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

addHandlerBeforeWritelnVerbose

addHandlerBeforeWritelnVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

isVerbose

isVerbose: boolean

Gets or sets if the Logger is currently allowing verbose logging

log

log: ILog

Normaly logger

removeHandlerAfterEmptyln

removeHandlerAfterEmptyln: (callback: (e: EventArgs) => void) => void

Type declaration

removeHandlerAfterEmptylnVerbose

removeHandlerAfterEmptylnVerbose: (callback: (e: EventArgs) => void) => void

Type declaration

removeHandlerAfterError

removeHandlerAfterError: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerAfterErrorVerbose

removeHandlerAfterErrorVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerAfterWarn

removeHandlerAfterWarn: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerAfterWarnVerbose

removeHandlerAfterWarnVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerAfterWrite

removeHandlerAfterWrite: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerAfterWriteVerbose

removeHandlerAfterWriteVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerAfterWriteln

removeHandlerAfterWriteln: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerAfterWritelnVerbose

removeHandlerAfterWritelnVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerBeforeEmptyln

removeHandlerBeforeEmptyln: (callback: (e: CancelEventArgs) => void) => void

Type declaration

removeHandlerBeforeEmptylnVerbose

removeHandlerBeforeEmptylnVerbose: (callback: (e: CancelEventArgs) => void) => void

Type declaration

removeHandlerBeforeError

removeHandlerBeforeError: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerBeforeErrorVerbose

removeHandlerBeforeErrorVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerBeforeWarn

removeHandlerBeforeWarn: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerBeforeWarnVerbose

removeHandlerBeforeWarnVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerBeforeWrite

removeHandlerBeforeWrite: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerBeforeWriteVerbose

removeHandlerBeforeWriteVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerBeforeWriteln

removeHandlerBeforeWriteln: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

removeHandlerBeforeWritelnVerbose

removeHandlerBeforeWritelnVerbose: (callback: (e: MsgEventAnyArgs) => void) => void

Type declaration

verbose

verbose: ILog

Verbose Logger

Generated using TypeDoc