"no appenders" error

Having trouble installing Oxygen? Got a bug to report? Post it all here.
noelbush
Posts: 5
Joined: Thu Jul 28, 2005 5:46 pm
Contact:

"no appenders" error

Post 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.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply