C++ Logger

Sep 23, 2009 at 6:01pm
Can anyone suggest a good C++ logger to use?

I'm currently looking at log4cpp which seems good. Development seems to have stopped a while ago on it. Just curious if they is anything more current or better out there?

Thanks,
Sep 24, 2009 at 12:15am
If you mean a key-logger, then leave.
Sep 24, 2009 at 1:15am
No, avalanche means logging to files. And I can't say I've look for anything like that, apologies.
Sep 24, 2009 at 1:17am
From looking at log4cpp, it is just a thing to log input/output to files. I don't know, you could try a sourceforge search (unless that's what you did >_>).
Sep 24, 2009 at 1:41am
Yes I did mean logger as in to log debug messages to file, or other output stream.
Using log4cpp now, seems to do the trick. Being from Java world and using log4j makes it easier to use since it is based off it.
Sep 24, 2009 at 8:27am
Google have written an open-source C++ logging library: http://code.google.com/p/google-glog/
Sep 24, 2009 at 2:37pm
Actually I'm going to try log4cxx.
This is for a jni project and we are using log4j in Java. log4cxx is apache project and can use same configuration file as log4j so this is beneficial.

It's also a active project unlike log4cpp.
Topic archived. No new replies allowed.