This would be a basic setup in wich we will send all the log messages to the console and to a log file.
Let's start with the libraries. Will use maven for that:
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifact...