Closed GoogleCodeExporter closed 8 years ago
Nice catch. Fixed on SVN Rev. 92. Let me know what kind of gain your profiler
shows with this change. I noticed that I might also be able to remove one
extra conditional check in that method too because I believe that
isDebugEnabled *always* implies isInfoEnabled. I didn't make that change
though because I don't have time to verify if that is true in all the slf4j
supported loggers ... and the performance improvement would be very minimal.
There are many other areas where performance could be improved. At some point
I will rework the design for much more performance.
Thanks!
Original comment by arthur.b...@gmail.com
on 8 Sep 2010 at 2:02
Looks fixed! Log4jdbc doesn't show up in the profile report any more. I
wouldn't worry about the extra conditional check since it seems to be
negligible. Thanks for the quick response.
Original comment by dtar...@gmail.com
on 13 Sep 2010 at 12:23
Original issue reported on code.google.com by
dtar...@gmail.com
on 7 Sep 2010 at 9:59