File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The Simple Logging Facade for Java (SLF4J) serves as a simple facade
4
4
or abstraction for various logging frameworks (e.g. java.util.logging,
5
- logback, log4j) allowing the end user to plug in the desired logging
5
+ logback, reload4j, log4j 2.x ) allowing the end user to plug in the desired logging
6
6
framework at deployment time.
7
7
8
8
More information can be found on the [ SLF4J website] ( http://www.slf4j.org ) .
9
9
10
10
# Build Status
11
11
[ ![ Build Status] ( https://travis-ci.org/qos-ch/slf4j.svg )] ( https://travis-ci.org/qos-ch/slf4j )
12
12
13
- # Maven Central
14
- [ ![ Maven Central] ( https://img.shields.io/badge/slf4j -2.0.3 -green )] ( https://search.maven.org/search?q=g:org.slf4j%20AND%20v:2.0.2 )
13
+ # Search org.slf4j artifacts on Maven Central
14
+ [ ![ Maven Central] ( https://img.shields.io/badge/Search%20org%2Eslf4j%20artifacts%20on%20Maven%20Central -2.0.x -green )] ( https://search.maven.org/search?q=g:org.slf4j%20AND%20v:2.0.%3F )
15
15
16
16
17
17
# How to build SLF4J
You can’t perform that action at this time.
0 commit comments