You're right, I'm currently using fop 0.20.3,
let me try the latest one,
Thanks..
> -Original Message-
> From: Jeremias Maerki [mailto:dev.jeremias@;greenmail.ch]
> Sent: Monday, November 11, 2002 12:40 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Using log4j wit
I think you don't have the latest version of FOP. Make sure you've got
0.20.4 downloaded. org.apache.log.Logger is defined by Jakarta LogKit,
but we don't use that anymore.
What is myLog in your code? It should be a Category from Log4J.
If you don't manage to fix it, could you post the code snipp
Hi all,
I'm new to Fop and I'm writing a little application in witch I'm embedding
Fop, the issue here is I use Log4j for logging, the controlling logging
section of the documentation says that I can use:
Driver.setLogger(new
org.apache.avalon.framework.logger.Log4JLogger(myLog));
javac i