From ec28e0fccd19e6dcd0aef8aefad945d9dfafaa8c Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Thu, 11 Apr 2002 09:33:31 +0000 Subject: replaced logkit logger with the logger interface in avalon framework Submitted by: Michael Gratton git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194733 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop/embedding.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/xml-docs') diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml index 919fa98e8..d7734368d 100644 --- a/docs/xml-docs/fop/embedding.xml +++ b/docs/xml-docs/fop/embedding.xml @@ -37,6 +37,18 @@ driver.setRenderer(RENDER_PDF); driver.run();]]> +

You also need to set up logging. Global logging for all FOP + processes is managed by MessageHandler. Per-instance logging + is handled by Driver. You want to set both using an implementation + of org.apache.avalon.framework.logger.Logger. See + Jakarta + Avalon Framework for more information. +

+ +

To setup the user config file you can do the following