log4cplus Questions

2

Solved

I created a new Logger object like this: log4cplus::Logger m_WebAccessLogger; //a class member Then in the constructor initialization list I do: m_WebAccessLogger(log4cplus::Logger::getInstance...
Prosperity asked 13/5, 2010 at 20:14

1

Solved

I'm writing a logger that works for both managed and unmanaged code so I'm using log4cplus under the Test Driven Development (TDD) paradigm with Visual Studio 2013 Unmanaged Code Unit Tests under T...
Heracliteanism asked 2/5, 2016 at 22:10

4

I've been trying for about 2 weeks now to get a logging library to work with. I've tried Log4cxx, Log4cpp, log4cplus and boost.log. The problem isn't that none of these work for me, it's that I can...
Prang asked 1/2, 2011 at 2:55

1

I've been testing three options for my logging subsystem in C++. One is Log4cplus, one is Pantheios and the last one is a simple logging library that we have written ourselves. Log4cplus has been...
Standardbearer asked 7/9, 2011 at 18:4

7

I've a VS2008 native C++ project, that I wish to compile as a DLL. It only references one external library (log4cplus.lib), and uses its functions. (also uses log4cplus's .h files , naturally). W...
Aila asked 17/5, 2010 at 11:23
1

© 2022 - 2024 — McMap. All rights reserved.