mirror of https://github.com/qos-ch/slf4j
more flexible way to
This commit is contained in:
parent
6720d8db66
commit
d60690c0b9
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
The Simple Logging Facade for Java (SLF4J) serves as a simple facade
|
||||
or abstraction for various logging frameworks (e.g. java.util.logging,
|
||||
logback, log4j) allowing the end user to plug in the desired logging
|
||||
logback, reload4j, log4j 2.x) allowing the end user to plug in the desired logging
|
||||
framework at deployment time.
|
||||
|
||||
More information can be found on the [SLF4J website](http://www.slf4j.org).
|
||||
|
|
@ -10,8 +10,8 @@ More information can be found on the [SLF4J website](http://www.slf4j.org).
|
|||
# Build Status
|
||||
[](https://travis-ci.org/qos-ch/slf4j)
|
||||
|
||||
# Maven Central
|
||||
[](https://search.maven.org/search?q=g:org.slf4j%20AND%20v:2.0.2)
|
||||
# Search org.slf4j artifacts on Maven Central
|
||||
[](https://search.maven.org/search?q=g:org.slf4j%20AND%20v:2.0.%3F)
|
||||
|
||||
|
||||
# How to build SLF4J
|
||||
|
|
|
|||
Loading…
Reference in New Issue