RSS Feed for This PostCurrent Article

Commons Logging Performance

This is what I have observed when I was putting some logging code in my Java application. The performance when I was using Commons Logging with Log4j is much slower than I was using Log4j alone.

This is strange as I was expecting Commons Logging as just a thin wrapper around Log4j.


Trackback URL


RSS Feed for This Post1 Comment(s)

  1. Andrey P.Rybin | Dec 24, 2008 | Reply

    Can You try http://slf4j.org (who is really thin wrapper) and show results to us?

Sorry, comments for this entry are closed at this time.