cvs commit: jakarta-log4j/src/java/org/apache/log4j HTMLLayout.java

2001-04-30 Thread pathos
pathos 01/04/30 15:51:48 Modified:src/java/org/apache/log4j HTMLLayout.java Log: Beautified layout, NDC is now printed below the message if not null, some small changes Revision ChangesPath 1.19 +30 -22jakarta-log4j/src/java/org/apache/log4j/HTMLLayout.java

Question on Category

2001-04-30 Thread Velraja Arumugam
Hello In my project I am using many categories (with class names as category names). Our requirement is that we should be able to switch on/off debugging at package level. So for that I am required to switch off debugging for particular categories. I tried setting priority to null for these ca

RE: java.util.logging

2001-04-30 Thread Michael McCauley
Jochen Hiller wrote: 03/13/2001 15:20:17 >But if you are interested, I can you send you some code. Jochen, Can you send me some code? I've been trying unsuccessfully to wrap the log4j code in a Java Logging API style wrapper. Thanks, Mick. *

RE: java.util.logging

2001-04-30 Thread Ceki Gulcu
Michael, No I have not received it. Look under contribs/ in log4j 1.1b6. Ceki --- Michael McCauley <[EMAIL PROTECTED]> wrote: > > On 14/3/01, Ceki wrote > > Jochen, > > Please send me your new version. I will > immediately add it in the > contribs/ > > directory of log4j. > > Ceki, > > Did yo

DOMConfigurator in 1.1b6

2001-04-30 Thread Steven Velez
Title: DOMConfigurator in 1.1b6 Has a defect in that it tries to do special character substitution when the characters come from a property.  I don't think this is the desired behavior because when the property contains a windows path, then the path gets mangled.  I have attached a patch to or

RE: java.util.logging

2001-04-30 Thread Michael McCauley
On 14/3/01, Ceki wrote > Jochen, > Please send me your new version. I will immediately add it in the contribs/ > directory of log4j. Ceki, Did you ever get the new version? Where is the contribs directory for log4j? Thanks, Mick. **