MinLog/README.md

20 lines
570 B
Markdown
Raw Normal View History

2013-05-09 22:43:42 +02:00
Drop-in replacement for [minlog](http://code.google.com/p/minlog), forked from http://minlog.googlecode.com/svn using `git svn`.
* 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
```xml
<dependency>
<groupId>com.esotericsoftware.minlog</groupId>
<artifactId>minlog</artifactId>
<version>1.2-slf4j-jdanbrown-0</version>
</dependency>
...
<repository>
<id>premise</id>
<url>http://premise.artifactoryonline.com/premise/public</url>
</repository>
```