Drop-in replacement for MinLog to log through slf4j
Go to file
2013-05-09 16:43:42 -04:00
src/com/esotericsoftware/minlog Log.Logger: System.out -> slf4j 2013-05-09 13:48:35 -04: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 purpose 2013-05-09 16:43:42 -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