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.

Popularity: 1% [?]


Trackback URL


RSS Feed for This Post2 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?

  2. Ankita | Mar 20, 2010 | Reply

    Can anyone tell how to use command line tools to graph log files when i am using perf4j?

    Thank You

RSS Feed for This PostPost a Comment