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
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
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
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
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
> -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