Log4j2 is the upgraded version of Apache Log4j with significant improvements over its predecessor and provides many of the improvements available in Logback while fixing some inherent problems occurred in Logback’s architecture such as performance improvement, hot/automatic reloading once configuration ...
Read More »Home / Tag Archives: logging
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 Java application and how use one of the common logging ...
Read More »