You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed between all these logging libraries both for speed and to get rid of strange bugs. I needed a logger that was fast on average, but more importantly had low latency in the worst case. As in you cant have a realtime application, that once in a while blocks on logging for many seconds. Much better to drop messages when logging queue is full. I'm happy the way nanolog does it.
(I have swapped from boostlog, to spdlog, to g3log, and now im using nanolog)
I like the simple interface of nanolog, but have lots of code that expects INFO and above logs to end up on console. How do I do this in nanolog?
The text was updated successfully, but these errors were encountered: