|
A quick glance at the JT400 source indicates that all Trace messages in JT400 are run through the ToolboxLogger class that wraps java.util.logging.Logger. You could write a replacement ToolboxLogger class and replace the guts of the existing methods with references to log4j instead of java.util.logging.Logger. The class doesn't look that daunting -- the methods seem pretty simple and almost all of the methods of java.util.logging.Logger have a corresponding method in log4j. The main thing you'll have to do is remap the JT400 log levels to log4j log levels or subclass Level to create your own log4j levels. I don't know how to adapt java.util.logging to use log4j. HTH, Gary
-----Original Message----- From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of David Gibbs Sent: Friday, December 08, 2006 9:30 AM To: java400-l@xxxxxxxxxxxx Subject: jt400 & log4j? Anyone know if it's possible to use log4j when logging jt400 trace messages? According to the Trace javadocs, I can use the java.util.logging mechanism by executing Logger.getLogger(Trace.LOGGER_NAME) ... but I would like to use log4j. Alternatively, anyone know how to adapt java.util.logging to use log4j? Thanks! david -- This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.