Since it's the ConsoleLogger it's written to System.out which in turn is
sent to the default console (console window in Windows).

If you need a different logging target see here: 
http://xml.apache.org/fop/embedding.html#logging

On 17.02.2003 17:02:43 Matthew Lancashire wrote:
> If I have the following setup
>        Logger logger = new ConsoleLogger(ConsoleLogger.LEVEL_DEBUG);
>             MessageHandler.setScreenLogger(logger);
> 
> Where ais the log written to in the windows platform



Jeremias Maerki


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

Reply via email to