Apache Log4cxx
Version 1.3.0
|
Because Log4cxx is a logging library, we can't use it to output errors from the library itself. There are several ways to activate internal logging:
log4j.debug=true
in your configuration fileinternalDebug=true
in the root nodeLOG4CXX_DEBUG=true
All error and warning messages are sent to stderr.