Question

Whenever I display a JFileChooser dialog I get the following error message appearing on stderr:

log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace).
log4cplus:ERROR Please initialize the log4cplus system properly.

The error message is produced in UCS-2 despite my regular output being in UTF-8. How do I get rid of this error?

I'm using JDK 1.7.0_21 on Windows 7 Ultimate 64-bit.

Was it helpful?

Solution

Depending on the log4cplus version, you might be able to turn off these messages by defining global environment variable LOG4CPLUS_LOGLOG_QUIETMODE to 1.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top