rtlog-cpp
rtlog-cpp copied to clipboard
Real-time safe logger for C++ using lock free queues!
Currently, it's required that there is only one thread doing RT Logging (enqueuing ), and another doing the actual loging (dequeing) ReaderWriterQueue is SPSC, we could possible use ConcurrentQueue by...
NDJSON is a blessing for logs. It would be great to have a running example of how to use it with `rtlog`.
It's possible that not everyone wants to use the sequence number feature. Is there a reasonable way to make it optional?