Optional Readonly callback?: ((log) => void)An optional closure that is called when a log event occurs at or above the LoggerConfiguration.callbackLogLevel. Use this closure to handle or process log events as they occur.
Readonly callbackThreshold level to call the callback function.
Optional Readonly logAn optional directory to store logs.
Readonly logThreshold level to record logs on file and console.
Generated using TypeDoc
Represents the configuration options for logging.