PlatformLab / NanoLog

Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
Other
3k stars 343 forks source link

Write to multiple log files. #62

Open alphanso opened 2 years ago

alphanso commented 2 years ago

Hi,

We are building C++ application where we need to log to multiple files. Pleas let me know how i can achieve this using NanoLog.

Thanks