The GAB Studios Logging Library for Java. The purpose of this project is to analyze and examine how I would create a logging wrapper library for Java. Comments are welcome. Thank you.
This project requires the following:
* Java 8
* Maven
<dependency>
<groupId>com.gabstudios</groupId>
<artifactId>gab-logging</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.gabstudios</groupId>
<artifactId>gab-validate</artifactId>
<version>1.0.0</version>
</dependency>
Use Maven to build - mvn package
.
Check the project wiki.
This codebase is licensed under the Apache v2.0 License.
Comments and feedback are greatly appreciated!!!