Drop-in replacement for MinLog to log through slf4j
 
 
Go to file
Robinson 6c73a76091
version 2.7
2023-11-28 20:56:06 +01:00
gradle/wrapper Updated deps/gradle 2023-11-13 21:02:51 +01:00
src/com/esotericsoftware/minlog version 2.7 2023-11-28 20:56:06 +01:00
src9 JPMS support, updated version 2021-05-02 21:50:07 +02:00
.gitignore Updated to use Gradle Utils for gradle/project update management 2019-05-13 15:18:32 +02:00
LICENSE updated license 2023-06-07 22:58:33 +02:00
LICENSE.Apachev2 Updated version 2021-05-11 16:54:14 +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 version 2.7 2023-11-28 20:56:06 +01:00
build.gradle.kts version 2.7 2023-11-28 20:56:06 +01:00
gradle.properties Added updates, bumped major version number for api change 2021-08-18 18:25:28 -06:00
gradlew Updated deps/gradle 2023-11-13 21:02:51 +01:00
gradlew.bat Updated deps/gradle 2023-11-13 21:02:51 +01:00
settings.gradle.kts Hardcoded project name 2023-08-05 12:26:33 -06:00

README.md

Drop-in replacement for minlog.

Dorkbox Github Gitlab
  • 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

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>MinLog</artifactId>
      <version>2.7</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:MinLog:2.7")
}

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.