Re: Problem with Fop and Log4j

2002-12-06 Thread REDONDO Julien
thanks. i verified and i have the error message of FOP in the logs. But nothing message in debug mode ??? I did a cat.debug and it's ok... Jeremias Maerki wrote: Looks ok to me. You don't get any error messages, do you? Have you checked that your category is configured properly, i.e.

RE: Problem with Fop and Log4j

2002-12-06 Thread Bill Lunnon
Julien, The only logger I could get to work with FOP (0.20.3) was the one in the Avalon framework. Have snapshot of code below, hope this helps Bill final String logMessageFormat = "[%{priority}]: %{category} %{message}\n%{throwable}"; try { // get the default hierarchy

Re: Problem with Fop and Log4j

2002-12-05 Thread Jeremias Maerki
Looks ok to me. You don't get any error messages, do you? Have you checked that your category is configured properly, i.e. you get output when you manually log something using your cat variable just before setting the logger? Maybe you also have to set the logger for MessageHandler: