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.