getting started with log4cpp in windows

user228058 picture user228058 · Feb 5, 2010 · Viewed 9k times · Source

I need to do logging in a C++ application. After googling for a while, I decided to use log4cpp.

  1. is that a safe option to go with, or is there something better out there?
  2. How do I get started with installation and importing it to my application using Windows XP, Visual Studio 2005?

TIA

Answer

jon-hanson picture jon-hanson · Feb 6, 2010

I've used Log4cpp in the past and it does the job, though bear in mind the project has been inactive since 2007. There are also the following alternatives:

As for getting started, does the documentation not cover this?