![]() |
||
---|---|---|
gradle/wrapper | ||
src/com/esotericsoftware/minlog | ||
src9 | ||
.gitignore | ||
LICENSE | ||
LICENSE.Apachev2 | ||
LICENSE.BSD3 | ||
LICENSE.MIT | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
README.md
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
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.