@loglayer/mixin-wide-events
v1.2.1
Published
Adds wide event logging functionality to LogLayer for comprehensive, self-contained log entries.
Downloads
1,909
Maintainers
Readme
wide-events mixin for LogLayer
Adds wide event logging functionality to the LogLayer logging library, enabling comprehensive, self-contained log entries that capture an entire operation's context using Node.js AsyncLocalStorage.
The mixin provides methods to accumulate data across async boundaries and emit it as a single log entry, along with built-in sampling support.
Installation
npm install loglayer @loglayer/mixin-wide-eventsDocumentation
For more details, visit https://loglayer.dev/mixins/wide-events.
