Re: [slf4j-user] Performance and the JDK1.4 logger

2008-02-14 Thread Ceki Gulcu
Hello Ian, I've created a bug report to deal with this bug. Thank your for the thorough analysis of the problem. Ian Carr wrote: I have noticed significant delays in processing in certain areas and running the application under a profiler the hotspot is Throwable.getStackTrace, called

[slf4j-user] Performance and the JDK1.4 logger

2008-02-11 Thread Ian Carr
I am doing some performance analysis on an application we have developed and have come across an issue with Hibernate, Slf4j and The JDK1.4 logger. It would appear that Hibernate has a number of debug and trace log events with single String arguments. These are targeted at the commons logging