setLogFunction( newLogFunction?: ( level: LOG_LEVELS, module: string, message: string, ...objectInfo: any[], ) => void,): void Parameters
- newLogFunction: (
level: LOG_LEVELS,
module: string,
message: string,
...objectInfo: any[],
) => void = undefined
Returns void
Overwrite the log function. Set to "undefined" to use standard logging to console.