Files
app-logger/README.md
Isaac Parenteau a65c54ca80 Initial commit
2018-09-13 21:03:36 -05:00

17 lines
261 B
Markdown

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