[try Beta version]
Not logged in

 
Good Logging Libraries in c++ to use

Feb 5, 2015 at 7:23am
I am going to use logging in my project which is real time project.

But I don't know which logging libraries good to use.
Could anyone advise some library for logging in C++. Library must support multithreaded logging, system-log and also cross-platform support.
Last edited on Feb 5, 2015 at 7:24am
Feb 5, 2015 at 8:01am
Feb 5, 2015 at 8:48am
There are many open source libraries you can use refer:
http://goo.gl/JBrtnP
Feb 5, 2015 at 10:50am
But Pantheios is not in development for more than 2 years.
I googled and found that Boost.Log,Pantheios and Log4cplus are the libraries everyone prefers.
I don't know among from these which one to choose for my project.
I also want to know whether Log4cplus has memory leak or not for the current release.

Thanks
Last edited on Feb 5, 2015 at 10:52am
Feb 5, 2015 at 11:24am
I'd suggest to take a look at the boost solution first because it's kind of standard. If that doesn't suit your needs for whatever reason you may take a look at the other.
Feb 5, 2015 at 11:27am
Thanks
Feb 5, 2015 at 11:51am
i've used log4cxx in the past:
http://logging.apache.org/log4cxx/

but it looks like it's "currently undergoing Incubation", whatever the hell that means.
Topic archived. No new replies allowed.