RE: Category.log(Priority, x)

2001-08-09 Thread John, Jose F
please unscribe me..pls remove me from mailing list. thanks jose -Original Message- From: "Diehl Martin, Köln" [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10, 2001 12:29 PM To: 'LOG4J Developers Mailing List' Subject: RE: Category.log(Priority, x) Hi, this woudl only be useful in

RE: Category.log(Priority, x)

2001-08-09 Thread "Diehl Martin, Köln"
Hi, this woudl only be useful in cases the parameter is one single variable, i.e. not an expression to evaluate and not a method call. It's not only the "" + bMyReturnValue that should be saved with the two method approach but mainly any evaluation that might be implicitly in the logging message

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

2001-08-09 Thread ceki
ceki01/08/09 13:19:06 Modified:src/java/org/apache/log4j Category.java Log: I forgot to mention Colin Sampaleanu <[EMAIL PROTECTED]> as a constributor. Submitted by: Colin Sampaleanu Reviewed by: Ceki Revision ChangesPath 1.41 +1 -0 jakarta-log4j/src

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

2001-08-09 Thread ceki
ceki01/08/09 13:16:31 Modified:docs FAQ.html HISTORY critique.html manual.html src/java/org/apache/log4j Category.java FileAppender.java Hierarchy.java PatternLayout.java src/java/org/apache/log4j/helpers Loader.java

Category.log(Priority, x)

2001-08-09 Thread flyguy
Hi, I have a function which is returning a boolean. I would like to log all return values and have the logging not suck down performance. I've noticed in the manual that it says I should do this if (category.isInfoEnabled() ) { category.log(Priority.INFO, ""+bMyReturnValue); } This would

RE: Problem with loading the log4j.properties file

2001-08-09 Thread Colin Sampaleanu
> -Original Message- > From: Maarten Coene [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 4:07 AM > To: [EMAIL PROTECTED] > Subject: Problem with loading the log4j.properties file > > there is a problem loading the default log4j.properties file when using > J2EE (RI). My sys