4
votes
2answers
694 views

Looking for a lightweigh logging system in c/c++

I got following requirements, 1. less than 10k, better in single or two source files 2. logging by priorities 3. multi-threading safe 4. cross-platform, in c or c++ thanks
4
votes
1answer
433 views

Best Creational Pattern for loggers in a multi-threaded system?

This is a follow up question on my past questions : Concurrency pattern of logger in multithreaded application As suggested by others, I am putting this question separately. As the learning from ...