Is there any sample documentation on how to do logging with Fop 1.0dev.

The previous Fop had examples right in the distribution, but I can't find 
anything there, or on the web for sample code of how to do logging. (All the 
code example I see are based on having a  handle on the driver (for example):

        //Setup logger
        Logger logger = new ConsoleLogger(ConsoleLogger.LEVEL_INFO);
        driver.setLogger(logger);
        MessageHandler.setScreenLogger(logger);

Thanks for any help,

- Will

Reply via email to