Re: Classpath IPP Logging

Andrew Haley <[email protected]> Mon, 26 Apr 2010 11:23:59 +0100
Newsgroups gmane.comp.java.classpath.devel
Message-ID <[email protected]>
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() + ">");
>  
> It would be very useful to enable this, but I just can't figure it out.

Is there really no-one understands how to use Classpath's system logger,
or is it that no-one reads this list any more?

Andrew.