Skip to content

Commit d60690c

Browse files
authored
more flexible way to
1 parent 6720d8d commit d60690c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
The Simple Logging Facade for Java (SLF4J) serves as a simple facade
44
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
66
framework at deployment time.
77

88
More information can be found on the [SLF4J website](http://www.slf4j.org).
99

1010
# Build Status
1111
[![Build Status](https://travis-ci.org/qos-ch/slf4j.svg)](https://travis-ci.org/qos-ch/slf4j)
1212

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)
1515

1616

1717
# How to build SLF4J

0 commit comments

Comments
 (0)