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
.