Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILogEventsVerbose

Hierarchy

Implemented by

Index

Properties

addHandlerAfterEmptylnVerbose

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

Type declaration

addHandlerAfterErrorVerbose

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

Type declaration

addHandlerAfterWarnVerbose

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

Type declaration

addHandlerAfterWriteVerbose

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

Type declaration

addHandlerAfterWritelnVerbose

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

Type declaration

addHandlerBeforeEmptylnVerbose

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

Type declaration

addHandlerBeforeErrorVerbose

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

Type declaration

addHandlerBeforeWarnVerbose

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

Type declaration

addHandlerBeforeWriteVerbose

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

Type declaration

addHandlerBeforeWritelnVerbose

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

Type declaration

removeHandlerAfterEmptylnVerbose

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

Type declaration

removeHandlerAfterErrorVerbose

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

Type declaration

removeHandlerAfterWarnVerbose

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

Type declaration

removeHandlerAfterWriteVerbose

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

Type declaration

removeHandlerAfterWritelnVerbose

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

Type declaration

removeHandlerBeforeEmptylnVerbose

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

Type declaration

removeHandlerBeforeErrorVerbose

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

Type declaration

removeHandlerBeforeWarnVerbose

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

Type declaration

removeHandlerBeforeWriteVerbose

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

Type declaration

removeHandlerBeforeWritelnVerbose

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

Type declaration

Generated using TypeDoc