VLog4j Example
Example project that shows the use of VLog4j, ad that can be modified to build own projects.
How to run
The project uses Maven to manage dependencies. You can import it into any modern Java IDE, e.g., Eclipse, and run it as a stand-alone Java program.
Alternatively, you can also run it via Maven by executing the following commands:
mvn compile
mvn exec:java -Dexec.mainClass="example.VLog4jExample"
The code requires Java 1.8 or above to run.