The callback function to call when logging a message
Optional
lvlThe maximum log message level each provider will have its own default value.
// Set the config to enable debug messages to be displayed
// to the console
let dbgConfig = {
lvl: DblLevel.Debug
};
Generated using TypeDoc
Defines the configuration options for the callback debug provider.
Example