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
>
>
>
> 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
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
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.
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
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
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
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