Classpath IPP Logging
Andrew Haley <[email protected]> Fri, 23 Apr 2010 18:26:49 +0100
| Newsgroups | gmane.comp.java.classpath.devel |
|---|---|
| Message-ID | <[email protected]> |
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.
Thanks,
Andrew.