MinLog/README.md

45 lines
1.4 KiB
Markdown
Raw 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
2019-03-17 14:25:59 +01:00
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/MinLog-SLF4J) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/MinLog-SLF4J) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/MinLog-SLF4J) [![Bitbucket](https://badge.dorkbox.com/bitbucket.svg "Bitbucket")](https://bitbucket.org/dorkbox/MinLog-SLF4J)
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
<h4>We now release to maven!</h4>
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>MinLog-SLF4J</artifactId>
2020-08-29 01:51:22 +02:00
<version>2.0</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
---------
````
dependencies {
...
2020-08-29 01:51:22 +02:00
compile 'com.dorkbox:MinLog-SLF4J:2.0'
2018-08-18 20:31:00 +02:00
}
````
2016-03-12 03:05:16 +01:00
Or if you don't want to use Maven, you can access the files directly here:
2018-08-18 20:31:00 +02:00
https://repo1.maven.org/maven2/com/dorkbox/MinLog-SLF4J/
2016-03-12 03:05:16 +01:00
https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
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