You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 week ago | |
---|---|---|
gradle/wrapper | 1 week ago | |
src/com/esotericsoftware/minlog | 2 years ago | |
src9 | 2 years ago | |
.gitignore | 4 years ago | |
LICENSE | 1 week ago | |
LICENSE.Apachev2 | 2 years ago | |
LICENSE.BSD3 | 7 years ago | |
LICENSE.MIT | 7 years ago | |
README.md | 3 weeks ago | |
build.gradle.kts | 1 week ago | |
gradle.properties | 1 year ago | |
gradlew | 1 week ago | |
gradlew.bat | 11 months ago | |
settings.gradle.kts | 1 week ago |
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.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.