Teator, Michael wrote:

What if you just wanted to reduce the logging to errors?

<snip/>

You need to do something like:


logger=new ConsoleLogger(LEVEL_ERROR); MessageHandler.setScreenLogger(logger); m_fopDriver.setLogger(logger);

This will send only error messages to the Console.

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to