Minimalistic Maven example application using the extension.
Make sure you have Java >= 1.8 and Maven >= 3.3 installed.
- Clone or download the "ext4logback" project
- On the command line change into the "example" folder
- Inside the "example" folder run the app with
mvn exec:java
- You should see 'Here we go!' printed on the command line
- A 'logback.xml' file will be created
- A 'ext4logback-example-app.log' file will be created