Posts

Showing posts from July, 2020

Log4j2 Setup

Log4j2 Setup Pre-Requisite 1.       Maven Or Jar of Log4J2 a.       http://apachemirror.wuchna.com/logging/log4j/2.12.1/apache-log4j-2.12.1-bin.zip (download jar from her)    log4j-api-2.11.2.jar,   log4j-core-2.11.2.jar b.       Maven Dependencies:     < dependency >               < groupId > org.apache.logging.log4j </ groupId >               < artifactId > log4j-api </ artifactId >               < version > 2.13.3 </ version >        </ dependency >        < dependency >               < group...