Re: Classpath IPP Logging

2010-04-26 Thread Andrew Haley
On 04/26/2010 12:33 PM, Andrew Haley wrote: > On 04/26/2010 12:15 PM, Robert Lougher wrote: >> On 26 April 2010 11:23, Andrew Haley wrote: >>> On 04/23/2010 06:26 PM, Andrew Haley wrote: Does anyone here have any idea how to turn on IPP logging in GNU Classpath? It's used like:

Re: Classpath IPP Logging

2010-04-26 Thread Mario Torre
Il giorno lun, 26/04/2010 alle 11.23 +0100, Andrew Haley ha scritto: > On 04/23/2010 06:26 PM, Andrew Haley wrote: > > Does anyone here have any idea how to turn on IPP logging in GNU Classpath? > > It's used like: > > > > logger.log(Component.IPP, "Attribute: Name: <" + > > jobUri.getC

Re: Classpath IPP Logging

2010-04-26 Thread Robert Lougher
On 26 April 2010 11:23, Andrew Haley wrote: > On 04/23/2010 06:26 PM, Andrew Haley wrote: >> Does anyone here have any idea how to turn on IPP logging in GNU Classpath? >> It's used like: >> >>           logger.log(Component.IPP, "Attribute: Name: <" + >> jobUri.getCategory() >>             .getN

Re: Classpath IPP Logging

2010-04-26 Thread Andrew Haley
On 04/26/2010 12:15 PM, Robert Lougher wrote: > On 26 April 2010 11:23, Andrew Haley wrote: >> On 04/23/2010 06:26 PM, Andrew Haley wrote: >>> Does anyone here have any idea how to turn on IPP logging in GNU Classpath? >>> It's used like: >>> >>> logger.log(Component.IPP, "Attribute: Nam

Re: Classpath IPP Logging

2010-04-26 Thread Andrew Haley
On 04/23/2010 06:26 PM, Andrew Haley wrote: > Does anyone here have any idea how to turn on IPP logging in GNU Classpath? > It's used like: > > logger.log(Component.IPP, "Attribute: Name: <" + > jobUri.getCategory() > .getName() + "> Value: <" + jobUri.toString() + ">"); >