Package com.bw.jtools
-
Class Summary Class Description Log Simple log handling.
In most projects at some early point you have to decide which logging framework should be used.
Often this decision is forced because of libraries you need and that already use some logging framework.
I personally don't like to bind my source sp deeply to such stuff.
The used logging framework is mostly not determined by functional requirements, so why bind a huge part of the sources to it?Log.LoggerFacade Adapter for logging back-ends.