cginternals / cginternals/cppassist
Logging to multiple LogHandlers
Open
enhancement
- Dominant language
- C++
- Stars
- 29
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
It should be possible to direct log messages to multiple log handlers simultaneously, e.g., console and file.
A simple implementation would be a log handler that forwards messages to a set of 'downstream' handlers.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.