Apache Log4cxx
Version 1.6.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 debug logging:
LOG4CXX_DEBUG
to the value true
log4j.debug=true
to your filedebug="true"
attribute in the log4j.configuration
elementTo disable all messages, including error and warning messages, call LogLog::setQuietMode(true).
All Log4cxx internal logging messages are sent to stderr, with each line prefixed by log4cxx:
.