每当我显示JFileChooser
对话框时,我都会在stderr上显示以下错误消息:
log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace).
log4cplus:ERROR Please initialize the log4cplus system properly.
尽管我的常规输出是UTF-8,但在UCS-2中产生错误消息。我如何摆脱这个错误?
我在Windows 7旗舰版64位上使用JDK 1.7.0_21。
答案 0 :(得分:0)
根据log4cplus版本,您可以通过将全局环境变量LOG4CPLUS_LOGLOG_QUIETMODE
定义为1
来关闭这些消息。