I’m looking at adding logging to an application, and I’m considering using Kiwi syslogd and a freeware library (clSyslog) to send logging messages to the daemon. I briefly looked at log4c, and found compiling it with VC++ would take me more time than I had.
What tools do you use and recommend for logging messages?
In C++ I use a lot of log4cxx.. Don’t see why it’s a problem to compile, works like champ. It brings lots of benefits. To name just a few – you can re-direct your log statements into syslog or windows event log without ever touching your code base – just change configuration.