Date: 01/18/06 (Java Web) Keywords: java Java comes in with a handy logging package (java.util.logging) which eliminates the need to use external logging packages like Log4J. However it still requires some configuration which makes it cumbersome and repetitive to include in every class. You need to choose your Logger, name it, instantiate it etc. I like simple solutions. Here is a super [...] Source: http://blog.taragana.com/index.php/archive/guide-to-simplified-java-logging-using-java-core-api/
|