apira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2003 8:42 AM
To: Log4J Users List
Subject: RE: Adding an abstraction level
Howdy,
Not quite. Using isEnabledFor(Level l), e.g. isDebugEnabled() around
logger.debug statements can significantly reduce logging overhead. You
should rea
ChemInformatics
>-Original Message-
>From: Jain, Siddharth (ODC - Satyam) [mailto:[EMAIL PROTECTED]
>Sent: Friday, October 03, 2003 2:23 AM
>To: Log4J Users List
>Subject: RE: Adding an abstraction level
>
>Hi Jitesh,
>
>I really do not think this would help you, sinc
Hi Jitesh,
I really do not think this would help you, since there is a property known
as "threshold" in log4j, which specifies the minimum logging level, thereby,
if you want that in certain deployment scenarios, or for certain appenders,
messages should be logged above a certain level, then just