Guide To Simplified Java Logging using Java Core API

Guide To Simplified Java Logging using Java Core API

Note: This article will be emailed to your friend.

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

Read the rest of this article (257 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro