An open API service indexing awesome lists of open source software.

https://github.com/gab-studios/gab-logging

A GABStudios Java library to help with logging. This adds a SECURITY level.
https://github.com/gab-studios/gab-logging

gab-studios java logging logging-library security-audit

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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

com.gabstudios
gab-logging
1.0.0-SNAPSHOT

com.gabstudios
gab-validate
1.0.0

```

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

[Copyright 2018 Gregory Brown]: https://github.com/gab-studios/gab-logging/tree/master/COPYRIGHT.txt
[Apache v2.0 License]: https://github.com/gab-studios/gab-logging/tree/master/LICENSE.txt
[wiki]: https://github.com/gab-studios/gab-logging/wiki
[examples]: https://github.com/gab-studios/gab-logging/wiki/Examples