Skip to content

A GABStudios Java library to help with logging. This adds a SECURITY level.

License

Notifications You must be signed in to change notification settings

gab-studios/gab-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAB-Logging

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.

Required

This project requires the following:

* Java 8
* Maven

Maven Dependency

<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>

Build

Use Maven to build - mvn package.

More Documentation

Check the project wiki.

Copyright

Copyright 2018 Gregory Brown

License

This codebase is licensed under the Apache v2.0 License.

Feedback

Comments and feedback are greatly appreciated!!!

About

A GABStudios Java library to help with logging. This adds a SECURITY level.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages