-
Notifications
You must be signed in to change notification settings - Fork 2
Examples ThreadContext
Eduard Mishkurov edited this page Apr 7, 2026
·
1 revision
This example shows thread-local logging context helpers.
- Setting a default channel for the current thread
- Setting a default override for the current thread
- Routing logs from code that does not know anything about channels
- Mixing explicit-channel and channel-less logging
- Thread context is convenient for libraries and worker threads where passing channel parameters through every function is undesirable.
logme — flexible runtime logging system
Home · Getting Started · Architecture · Output · Backends · Configuration
GitHub: https://github.com/efmsoft/logme