I need to do logging in a C++ application. After googling for a while, I decided to use log4cpp.
- is that a safe option to go with, or is there something better out there?
- How do I get started with installation and importing it to my application using Windows XP, Visual Studio 2005?
TIA