Drop-in replacement for MinLog to log through slf4j
Go to file
nathan 3412bbc5bd Updated POM information to include "dependencies", since it is easy to
incorrectly add it as a dependency to ones own project.
2017-07-23 18:03:25 +02:00
src Now uses Version instead of String. 2017-07-22 14:51:41 +02:00
LICENSE Updated version 2016-05-31 02:21:42 +02:00
LICENSE.BSD3 Initial import into curated projects 2016-03-12 03:05:16 +01:00
LICENSE.MIT Initial import into curated projects 2016-03-12 03:05:16 +01:00
README.md Updated POM information to include "dependencies", since it is easy to 2017-07-23 18:03:25 +02:00

Drop-in replacement for minlog.

  • 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

We now release to maven!

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>MinLog-SLF4J</artifactId>
      <version>1.9</version>
    </dependency>
</dependencies>

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/

License

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.