Installation
Installation of Log4j2 is as simple as putting log4j2 jar in application classpath. Though you might want to customize logs output through additional config file
Configuration
maven
To add log4j to project in maven, add it's dependency:
In pom.xml add following dependency:
<dep...