No Image

Log4j2 and Spark 2.3.1

August 15, 2018 0

LOG4J has been very popular logging library in Java world for years. LOG4J2 is even better. In Aug 2015 Log4j development team officially announced end of life for […]

No Image

Log4J 2 XML Configuration and Usage

August 15, 2018 0

To include Log4j2 in your project, include below dependency in your project pom.xml: <dependency>     <groupId>org.apache.logging.log4j</groupId>     <artifactId>log4j-api</artifactId>     <version>2.6.1</version> </dependency> <dependency>     <groupId>org.apache.logging.log4j</groupId>     <artifactId>log4j-core</artifactId>     <version>2.6.1</version> </dependency> Log4j2.xml for […]