cppassist
cppassist copied to clipboard
Logging to multiple LogHandlers
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.