Drop-in replacement for MinLog to log through slf4j
Go to file
Robinson f076aadae7 updated version info 2021-05-01 00:42:33 +02:00
gradle/wrapper updated gradle 2021-05-01 00:42:21 +02:00
src/com/esotericsoftware/minlog Updated version. Now Java8, fixed automatic module ID for JPMS preparation 2021-04-23 19:17:29 +02:00
.gitignore Updated to use Gradle Utils for gradle/project update management 2019-05-13 15:18:32 +02:00
LICENSE updated version info 2021-05-01 00:42:33 +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 version 2020-08-29 01:51:22 +02:00
build.gradle.kts updated version info 2021-05-01 00:42:33 +02:00
gradlew updated gradle 2021-05-01 00:42:21 +02:00
gradlew.bat updated gradle 2021-05-01 00:42:21 +02:00
settings.gradle.kts Build converted to kotlin script 2019-03-17 14:22:22 +01:00

README.md

Drop-in replacement for minlog.

Dorkbox Github Gitlab Bitbucket
  • 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>2.0</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile 'com.dorkbox:MinLog-SLF4J:2.0'
}

Or if you don't want to use Maven, you can access the files directly here:
https://repo1.maven.org/maven2/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.