Using log4j Appender classes in java.util.logging

2005-02-24 Thread Camara Melgosa, Javier
Title: Mensaje Hi. I have just created a java.util.logging.Handler class allowing to plug-in regular Appender classes in the java.util.logging system, so that applications using this system can benefit from the large number of Appenders out there.They are plugged in just via standard

RE: Using log4j Appender classes in java.util.logging

2005-02-24 Thread Scott Deboy
Melgosa, Javier [mailto:[EMAIL PROTECTED] Sent: Thu 2/24/2005 9:22 AM To: 'log4j-dev@logging.apache.org' Cc: Subject:Using log4j Appender classes in java.util.logging Hi. I have just created a java.util.logging.Handler class allowing to plug-in regular Appender classes

Re: Using log4j Appender classes in java.util.logging

2005-02-24 Thread Ceki Gülcü
Hello Javier, Thank you for writing to us. The type of bridging effort you describe get quite complicated fairly quickly. In this particular case, that is Handler-Appender type bridging, I fail to see the long term added value to our users. However, I'd like to encourage you to set up a