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.
- Host: GitHub
- URL: https://github.com/gab-studios/gab-logging
- Owner: gab-studios
- License: apache-2.0
- Created: 2015-11-12T03:55:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T22:01:36.000Z (over 4 years ago)
- Last Synced: 2025-02-09T17:44:09.009Z (over 1 year ago)
- Topics: gab-studios, java, logging, logging-library, security-audit
- Language: Java
- Homepage:
- Size: 672 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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