Answer the question
In order to leave comments, you need to log in
What are the C++ libraries for JSON logging?
C++ The
task is to log in JSON format (timestamp, level, message minimum set of fields) to stdout/stderr
What libraries are there? Share links.
Answer the question
In order to leave comments, you need to log in
There are tons of them.
Here, for example, it is used in Yandex https://github.com/3Hren/blackhole
Is it really so difficult to type in Google: "C++ JSON logging"?
I always make my own logging system. Nothing complicated. I create a separate class, it has a couple of methods, like, write a log, where to write it, and that's it. This is usually enough
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question