Construct a context-aware logger that logs to m_logger
.
Push "attribute-like" context.
Following log messages will be prefixed with name
or .name
depending on current context.
Push "index-like" context.
Following log messages will be prefixed with [index]
.
Generated using TypeDoc
Context-aware logger that decorates log message with stack-based prefix, emits
headerMessage
before first actual log message.