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 get started with installation and importing it to my application using windows xp, Visual Studio 2005?
TIA