initialize MethodStatic

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

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

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

Returns - void

Defined in

Last Updated: 29 November, 2022