cppassist icon indicating copy to clipboard operation
cppassist copied to clipboard

Logging to multiple LogHandlers

Open j-o opened this issue 7 years ago • 0 comments

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.

j-o avatar Jan 16 '17 15:01 j-o