https://github.com/dorkbox/minlog
Drop-in replacement for MinLog to log through slf4j
https://github.com/dorkbox/minlog
Last synced: 5 months ago
JSON representation
Drop-in replacement for MinLog to log through slf4j
- Host: GitHub
- URL: https://github.com/dorkbox/minlog
- Owner: dorkbox
- License: other
- Created: 2022-10-02T15:49:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-04T16:47:44.000Z (6 months ago)
- Last Synced: 2026-02-05T03:54:43.508Z (6 months ago)
- Language: Kotlin
- Size: 354 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Drop-in replacement for [minlog](https://github.com/EsotericSoftware/minlog).
###### [](https://git.dorkbox.com/dorkbox/MinLog) [](https://github.com/dorkbox/MinLog) [](https://gitlab.com/dorkbox/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
---------
```
...
com.dorkbox
MinLog
3.0
```
Gradle Info
---------
```
dependencies {
...
implementation("com.dorkbox:MinLog:3.0")
}
```
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.