Drop-in replacement for MinLog to log through slf4j
 
 
Go to file
Robinson d455400379
formatting
2023-01-05 22:09:37 +01:00
gradle/wrapper Updated gradle 2022-03-03 01:32:56 +01:00
src/com/esotericsoftware/minlog Updated version 2021-05-11 16:54:14 +02: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 build dependencies 2022-03-03 14:45:39 +01: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 formatting 2023-01-05 22:09:37 +01:00
build.gradle.kts Updated build dependencies 2022-03-03 14:45:39 +01:00
gradle.properties Added updates, bumped major version number for api change 2021-08-18 18:25:28 -06:00
gradlew Updated gradle 2022-03-03 01:32:56 +01:00
gradlew.bat Updated gradle 2022-03-03 01:32:56 +01: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
  • 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.4</version>
    </dependency>
</dependencies>

Gradle Info

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

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.