0

i want to use log4cpp library in my code for logging. But,for windows platform i dont know how to configure the library. I am using Visual Studio 2008. Any help will be appreciated.

sonu gupta
  • 473
  • 8
  • 21

1 Answers1

0

Use the workspace and project files in subdirectory msvc8. (You may need to adjust include/log4cpp/config-win32.h and the project files to your particular needs).

You may also opt for compilation of source using cygwin and call exported functions from library.

Ravi Bhushan
  • 253
  • 3
  • 17