InformisTry-HankLee

The harder you work, the less repentance you will get.

A Brief Introduction of Using Java Logger

Recently, I am asked to record some information about how my server runs. So, I decide to use java.util.logging.Logger to implement the logging process. Also this article will give you a sample code of how to use the basic function of java.util.logging.Logger.