MinLog/README.md

35 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2016-03-12 03:05:16 +01:00
Drop-in replacement for [minlog](https://github.com/EsotericSoftware/minlog).
2013-05-09 22:43:42 +02:00
2021-05-02 21:50:07 +02:00
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/MinLog) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/MinLog) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/MinLog)
2019-03-17 14:25:59 +01:00
2013-05-09 22:43:42 +02:00
* 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
2013-05-09 22:44:01 +02:00
2016-03-12 03:05:16 +01:00
2021-05-02 21:50:07 +02:00
Maven Info
---------
2016-03-12 03:05:16 +01:00
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
2021-05-02 21:50:07 +02:00
<artifactId>MinLog</artifactId>
2023-11-28 20:56:06 +01:00
<version>2.7</version>
</dependency>
</dependencies>
2016-03-12 03:05:16 +01:00
```
2013-05-09 22:44:01 +02:00
2018-08-18 20:31:00 +02:00
Gradle Info
---------
2021-05-02 21:50:07 +02:00
```
2018-08-18 20:31:00 +02:00
dependencies {
...
2023-11-28 20:56:06 +01:00
implementation("com.dorkbox:MinLog:2.7")
2018-08-18 20:31:00 +02:00
}
2021-05-02 21:50:07 +02:00
```
2016-03-12 03:05:16 +01:00
2017-02-18 23:59:18 +01:00
License
---------
2016-04-05 14:47:40 +02:00
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.
2013-05-09 22:44:01 +02:00