RE: Using log4j with Fop

2002-11-11 Thread Aguirre, Carlos (C.)
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 with Fop
> 
> 
> 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 
> snippet in which
> you're setting up your logger?
> 
> On 11.11.2002 17:55:56 Aguirre, Carlos (C.) wrote:
> > 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 is complaining that I can't use org.apache.log.Logger with
> > org.apache.avalon.framework.logger.Log4JLogger,
> > 
> > what am I missing??...Thanks
> 
> 
> 
> Jeremias Maerki
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

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




Re: Using log4j with Fop

2002-11-11 Thread Jeremias Maerki
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 snippet in which
you're setting up your logger?

On 11.11.2002 17:55:56 Aguirre, Carlos (C.) wrote:
> 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 is complaining that I can't use org.apache.log.Logger with
> org.apache.avalon.framework.logger.Log4JLogger,
> 
> what am I missing??...Thanks



Jeremias Maerki


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




Using log4j with Fop

2002-11-11 Thread Aguirre, Carlos (C.)
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 is complaining that I can't use org.apache.log.Logger with
org.apache.avalon.framework.logger.Log4JLogger,

what am I missing??...Thanks

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