Skip to content

Commit 0be1bc1

Browse files
committed
Merge branch 'master' of github.com:qos-ch/slf4j
2 parents 7cad608 + d60690c commit 0be1bc1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
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+
# 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+
1316

1417
# How to build SLF4J
1518

0 commit comments

Comments
 (0)