Simple steps to log messages in Java programs using Log4j

This article explains a bit of the importance of application logging and log4j API in Java. The following paragraphs will give you an overview of how logging mechanism works in…