Initial commit

This commit is contained in:
Isaac Parenteau
2018-09-13 21:02:36 -05:00
commit a65c54ca80
14 changed files with 1202 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
Locusworks Application Logger
=
- Library that can be used for logging events
Install
==
Maven
===
```xml
<dependency>
<groupId>net.locusworks</groupId>
<artifactId>applogger</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
```