Tag Archives: logging
log4r-logo

Add Logging to Ruby Scripts with Log4r

Log4r is a logging library inspired by Apache Foundation’s Log4j, “but is not a direct implementation or clone.” Of course this doesn’t change the fact that log4r is a very efficient, fast, and easy to use library. I’m going give a quick tutorial how to add logging capabilities to your Ruby scripts using Log4r. [...]

Read full storyComments { 0 }

Replacing JDK Logging / Log4J / NLOG4J With LogBack

If you are like me, you can’t decide on a logging framework for your Java applications. JDK Logging is so easy, Log4J logging is lauded as a “must-used replacement for JDK “crap” logging” and in one new project I downloaded I noticed the use of SLF4J (Simple Logging Framework for Java) for the first time. [...]

Read full storyComments { 0 }