MinLog/README.md

31 lines
890 B
Markdown
Raw Normal View History

2016-03-12 03:05:16 +01:00
Drop-in replacement for [minlog](https://github.com/EsotericSoftware/minlog).
2013-05-09 22:43:42 +02:00
* Logs through slf4j instead of printing directly to stdout
* Suppresses no log levels at compile time so you can control them in your logging config instead
2013-05-09 22:44:01 +02:00
2016-03-12 03:05:16 +01:00
<h4>We now release to maven!</h4>
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>MinLog-SLF4J</artifactId>
2017-09-14 23:35:57 +02:00
<version>1.12</version>
</dependency>
</dependencies>
2016-03-12 03:05:16 +01:00
```
2013-05-09 22:44:01 +02:00
2016-03-12 03:05:16 +01:00
Or if you don't want to use Maven, you can access the files directly here:
https://oss.sonatype.org/content/repositories/releases/com/dorkbox/MinLog-SLF4J/
https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
2017-02-18 23:59:18 +01:00
License
---------
2016-04-05 14:47:40 +02:00
This project is © 2008 Nathan Sweet (contributors Dan Brown and dorkbox llc), and is distributed under the terms of the BSD 3-clause License. See file "LICENSE" for further references.
2013-05-09 22:44:01 +02:00