Context for the new logger. Defaults to Default
.
Current context this logger is scoped to.
Current metadata stored on this logger.
Adds a metadata object to the logger which will be included in created ILogRecord
s.
New metadata will be merged with existing metadata. Existing keys will be overwritten.
Sends a log record with the level CRITICAL to all handlers.
Sends a log record with the level DEBUG to all handlers.
Sends a log record with the level ERROR to all handlers.
Sends a log record with the level INFO to all handlers.
Sends a log record with the level VERBOSE to all handlers.
Sends a log record with the level WARNING to all handlers.
Creates a new logger
scoped to a given context
. All current handlers and metadata
is copied over to the logger.
Generated using TypeDoc
Creates a new logger with no handlers configured. Add handlers with
addHandler
using a Fluent API.