plog
plog copied to clipboard
Logging to file and console at the same time
The logger works nicely for recording to a file. But is it possible to print the output (logs), on the console at the same time too?
For that you need to create several appenders: https://github.com/SergiusTheBest/plog/blob/d60df3a1efa99061f637c263fe4e467c273d8655/samples/MultiAppender/Main.cpp#L5-L25