|
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, 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. |
7 | 8 |
|
8 | 9 | More information can be found on the [SLF4J website](http://www.slf4j.org).
|
9 | 10 |
|
10 |
| -# Build Status |
11 |
| -[](https://travis-ci.org/qos-ch/slf4j) |
12 |
| - |
13 | 11 | # Search org.slf4j artifacts on Maven Central
|
14 | 12 | [](https://search.maven.org/search?q=g:org.slf4j%20AND%20v:2.0.%3F)
|
15 | 13 |
|
16 | 14 |
|
17 | 15 | # In case of problems
|
18 | 16 |
|
19 | 17 | 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. |
25 | 26 |
|
26 | 27 | # Urgent issues
|
27 | 28 |
|
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. |
30 | 33 |
|
31 | 34 | # How to build SLF4J
|
32 | 35 |
|
|
0 commit comments