Optional config: ILoggerConfigPrivate Readonly #configPrivate Readonly #logStatic closeStatic openProtected _debugProtected _defaultProtected _errorProtected _infoProtected _traceProtected _warnRescope 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