Drop-in replacement for MinLog to log through slf4j
Go to file
2015-12-16 13:57:22 +08:00
src/com/esotericsoftware/minlog reduce log generation when level is none 2015-12-16 13:57:22 +08:00
.classpath git-svn-id: http://minlog.googlecode.com/svn/trunk@6 4aeaecc2-aa77-11de-b6f4-e1be98fab775 2009-09-26 10:05:32 +00:00
.gitignore Add .gitignore 2013-05-09 13:18:09 -04:00
.project git-svn-id: http://minlog.googlecode.com/svn/trunk@5 4aeaecc2-aa77-11de-b6f4-e1be98fab775 2009-09-26 10:04:48 +00:00
license.txt Added BSD license text. 2010-03-29 08:09:25 +00:00
pom.xml 1.2-slf4j-jdanbrown-0 2013-05-09 15:53:59 -04:00
project.yaml git-svn-id: http://minlog.googlecode.com/svn/trunk@18 4aeaecc2-aa77-11de-b6f4-e1be98fab775 2011-02-09 09:35:06 +00:00
README.md README: Add mvn blobs 2013-05-09 16:44:01 -04:00

Drop-in replacement for 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
<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>