Re: apache fop and Logger
Re: apache fop and Logger
- Subject: Re: apache fop and Logger
- From: Colin Clark <email@hidden>
- Date: Mon, 24 Nov 2003 17:59:40 -0500
Hi Michael,
The Logger class is part of the Apache Log4J package. The Javadocs are
located here:
http://jakarta.apache.org/log4j/docs/api/index.html
Colin
On Monday, November 24, 2003, at 01:11 PM, Michael Warner wrote:
Java 1.4.1
I am using something like this:
import java.io.*;
import org.apache.fop.apps.*;
import org.xml.sax.InputSource;
import org.apache.avalon.framework.*;
import org.apache.log4j.*;
to background a method to render a .pdf document.
I would like to know,
(a) which .jar is used to get me to this statement:
driver.setLogger(logger);
and how to set up
Logger logger = ...
I am getting error messages on various configurations.
Mike W
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
---
Colin Clark
Dynamic Web/Database Developer
Resource Centre for Academic Technology,
University of Toronto
(416) 946-7592 / email@hidden
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.