Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ equivalent to Python's log library [closed]

Tags:

c++

logging

With python, I can use logging library.

What do you use for the logging library with C++?

like image 947
prosseek Avatar asked Oct 14 '25 09:10

prosseek


2 Answers

I personally like: http://code.google.com/p/google-glog/

You have many options though. This one is pretty similar to what you are used to.

like image 75
Mark Loeser Avatar answered Oct 16 '25 21:10

Mark Loeser


We are heavyweight users of log4cxx. I can recommend it, though I am told that the current version won't build in Visual Studio 2010.

like image 41
dripfeed Avatar answered Oct 16 '25 22:10

dripfeed



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!