Skip to content

Commit 0597225

Browse files
committed
README updates
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent f7b34c2 commit 0597225

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,34 @@
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, reload4j, log4j 2.x) allowing the end user to plug in the desired logging
6-
framework at deployment time.
5+
logback, reload4j, log4j 2.x, logevents, penna, rainbowgum, tinylog)
6+
allowing the end user to plug in the desired logging framework at
7+
deployment time.
78

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

10-
# Build Status
11-
[![Build Status](https://travis-ci.org/qos-ch/slf4j.svg)](https://travis-ci.org/qos-ch/slf4j)
12-
1311
# Search org.slf4j artifacts on Maven Central
1412
[![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)
1513

1614

1715
# In case of problems
1816

1917
In case of problems please do not hesitate to post an e-mail message
20-
on the [email protected] mailing list. However, please do not
21-
directly e-mail SLF4J developers. The answer to your question might
22-
be useful to other users. Moreover, there are many knowledgeable users
23-
on the slf4j-user mailing lists who can quickly answer your
24-
questions.
18+
on the <a
19+
href="https://mailman.qos.ch/cgi-bin/mailman/listinfo/slf4j-user">[email protected]</a>
20+
mailing list or to start a <a
21+
href="https://github.com/qos-ch/slf4j/discussions">discussion</a> on
22+
github. However, please do not directly e-mail SLF4J developers. The
23+
answer to your question might be useful to other users. Moreover,
24+
there are many knowledgeable users on the slf4j-user mailing lists who
25+
can quickly answer your questions.
2526

2627
# Urgent issues
2728

28-
For urgent issues do not hesitate to [champion a release](https://github.com/sponsors/qos-ch/sponsorships?tier_id=77436).
29-
In principle, most championed issues are solved within 3 business days ensued by a release.
29+
For urgent issues do not hesitate to [champion a
30+
release](https://github.com/sponsors/qos-ch/sponsorships?tier_id=77436).
31+
In principle, most championed issues are solved within 3 business days
32+
ensued by a release.
3033

3134
# How to build SLF4J
3235

0 commit comments

Comments
 (0)