Page 1 of 1

"no appenders" error

Posted: Mon Aug 01, 2005 8:23 pm
by noelbush
This error is visible if Eclipse is run from the command line, the first time you switch to a view where one of the oXygen tools might be called into play:

log4j:WARN No appenders could be found for logger (com.oxygenxml.editor.EditorPlugin).
log4j:WARN Please initialize the log4j system properly.

I don't see any evidence that this causes a problem, just thought you'd like to know.

Wonderful product.

Posted: Tue Aug 02, 2005 9:18 am
by george
Indeed, that does not cause any problem. We are using log4j for logging and by default we do not set any logging configuration, that is why you see the warning that lo4j is not initialized.
But I think we should configure log4j to output for instance messages logged on FATAL level to the console by default.

Best Regards,
George