Finally, there is the speed issue. As fast as an if.isDebugEnabled() may be, we have seen that some places need a logging statement in a "close loop", and this makes performance degrade.
How is that possible? If the logging statements are disabled, then they are not used. Otherwise, if they are enabled, then they generate massive output rendering the logs useless. So placing log statements in tight loops is always a lose-lose proposition, or?
-- Ceki For log4j documentation consider "The complete log4j manual" ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]