Mikolaj Rydzewski wrote:
> Mark Thomas wrote:
>> As well as JDBC drivers, logging frameworks are frequent culprits for
>> causing this.
>>   
> What about commons-logging and log4j?
> 
> I use following pattern in my code:
> 
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
> 
> private static final Log log = LogFactory.getLog(MyClass.class);
> 
> 
> Is it good or is there anything better?

If commons-logging and log4j and deployed as part of your webapp you should be 
OK.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to