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.
Asked
Active
Viewed 494 times
1 Answers
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
-
i want to use this library on windows platform not on linux. – sonu gupta Aug 26 '15 at 12:57
-
cygwin provides library which work on windows environment. you can use exported functions in your code by loading dll. – Ravi Bhushan Aug 26 '15 at 13:00
-
There are also the following alternatives: 1) Apache's log4cxx which is still active. 2) Matthew Wilson's Pantheios library. 3) Log4cplus. – Ravi Bhushan Aug 26 '15 at 13:08