Re: Changing logging behavior in an embedded application.

2006-03-07 Thread Eckard_Buchner
rt: Re: Antwort: Re: Changing logging behavior in an embedded application. If the TTFReader is supposed to be used as an embedded component, it's best to separate the logic from the command-line interface. System.out calls would then not be permitted in the logic, only in the command-lin

Re: Antwort: Re: Antwort: Re: Changing logging behavior in an embedded application.

2006-03-07 Thread Jeremias Maerki
> > > > Jeremias Maerki <[EMAIL PROTECTED]> > 07.03.2006 08:45 > Bitte antworten an > fop-users@xmlgraphics.apache.org > > > An > fop-users@xmlgraphics.apache.org > Kopie > > Thema > Re: Antwort: Re: Changing logging behavior in an embedded

Antwort: Re: Antwort: Re: Changing logging behavior in an embedded application.

2006-03-07 Thread Eckard_Buchner
TED]> 07.03.2006 08:45 Bitte antworten an fop-users@xmlgraphics.apache.org An fop-users@xmlgraphics.apache.org Kopie Thema Re: Antwort: Re: Changing logging behavior in an embedded application. You're welcome to improve TTFReader in FOP Trunk if it doesn't do exactly what y

Re: Antwort: Re: Changing logging behavior in an embedded application.

2006-03-06 Thread Jeremias Maerki
You're welcome to improve TTFReader in FOP Trunk if it doesn't do exactly what you want it to do. TTFReader was never designed to be used as anything else than a command-line tool which is called once for each font. If people have additional needs we're gladly accepting patches against FOP Trunk.

Antwort: Re: Changing logging behavior in an embedded application.

2006-03-06 Thread Eckard_Buchner
08:05 Bitte antworten an fop-users@xmlgraphics.apache.org An fop-users@xmlgraphics.apache.org Kopie Thema Re: Changing logging behavior in an embedded application. Hmm, FOP does not do anything special with warning messages as opposed to debug- or info-level messages. If you managed

Re: Changing logging behavior in an embedded application.

2006-03-06 Thread Jeremias Maerki
like to > find a cleaner approach. > > Is there a simple way to "turn off" the logging to the console? > > - Original Message - > From: "Jeremias Maerki" <[EMAIL PROTECTED]> > To: > Sent: Monday, March 06, 2006 3:52 AM > Subject: R

Re: Changing logging behavior in an embedded application.

2006-03-06 Thread Tracey Zellmann
e - From: "Jeremias Maerki" <[EMAIL PROTECTED]> To: Sent: Monday, March 06, 2006 3:52 AM Subject: Re: Changing logging behavior in an embedded application. Apache FOP uses Apache Jakarta Commons Logging as a logging abstraction kit. [1] should give you the basics and has li

Re: Changing logging behavior in an embedded application.

2006-03-06 Thread Jeremias Maerki
Apache FOP uses Apache Jakarta Commons Logging as a logging abstraction kit. [1] should give you the basics and has links to further information on configuring logging the way you want it to behave. I hope that helps. [1] http://xmlgraphics.apache.org/fop/0.91/embedding.html#basic-logging On 04.0