Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILog

Interface for creating loggers that can be passed to the constructor of BuildProcess

see

BuildProcess

see

LoggerSimple

see

[[LoggerNull]]

Hierarchy

Implemented by

Index

Properties

addHandlerAfterEmptyln

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

Type declaration

addHandlerAfterError

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

Type declaration

addHandlerAfterWarn

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

Type declaration

addHandlerAfterWrite

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

Type declaration

addHandlerAfterWriteln

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

Type declaration

addHandlerBeforeEmptyln

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

Type declaration

addHandlerBeforeError

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

Type declaration

addHandlerBeforeWarn

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

Type declaration

addHandlerBeforeWrite

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

Type declaration

addHandlerBeforeWriteln

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

Type declaration

emptyln

emptyln: () => void

Write a line terminator to log

Type declaration

    • (): void
    • Returns void

error

error: LogType<any>

Log Errors method

removeHandlerAfterEmptyln

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

Type declaration

removeHandlerAfterError

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

Type declaration

removeHandlerAfterWarn

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

Type declaration

removeHandlerAfterWrite

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

Type declaration

removeHandlerAfterWriteln

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

Type declaration

removeHandlerBeforeEmptyln

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

Type declaration

removeHandlerBeforeError

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

Type declaration

removeHandlerBeforeWarn

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

Type declaration

removeHandlerBeforeWrite

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

Type declaration

removeHandlerBeforeWriteln

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

Type declaration

warn

warn: LogType<any>

Write warning to log

write

write: LogType<any>

Write to log without a line terminator

writeln

writeln: LogType<any>

Write a new ling to the log

Generated using TypeDoc