RSS

Tag Archive | "logging"

Replacing JDK Logging / Log4J / NLOG4J With LogBack

Saturday, September 23, 2006

1 Comment

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. [...]

Continue reading...