initialize MethodStatic

Initialize the logger streams. Should be called at application initialization time.

initialize(logError: LogFunction | undefined, logWarning?: LogFunction, logInfo?: LogFunction, logTrace?: LogFunction): void

Parameter Type Description
logError LogFunction | undefined  
logWarning LogFunction  
logInfo LogFunction  
logTrace LogFunction  

Defined in

Last Updated: 08 January, 2020