how to set configuration of log4cpp for visual studio 2008

518 views Asked by At

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.

1

There are 1 answers

3
Ravi Bhushan On

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.