Abstract Private Readonly #configStatic closeStatic openProtected Abstract _debugProtected Abstract _defaultProtected Abstract _errorProtected Abstract _infoProtected Abstract _traceProtected Abstract _warnPrivate logCalls the implementation of the logging level
Rest ...args: unknown[]extra objects/values to include with the log message
Rescope the logger with the provided name. Used for tagging the logger.
The tag the logger should be given
Use the scope tool inside a 'using' to scope logging to a specific method.
return using(() => logger.scope("theNameOfMyScope"), logger =>
{
logger.debug("Log something here");
});
Generated using TypeDoc
ILogger interface for all logging implementations