mirror of https://github.com/qos-ch/slf4j
remove reference to 1.7
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
a4f165689f
commit
400a885e7d
11
README.md
11
README.md
|
|
@ -1,6 +1,12 @@
|
|||
# About SLF4J
|
||||
The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.
|
||||
|
||||
The Simple Logging Facade for Java (SLF4J) serves as a simple facade
|
||||
or abstraction for various logging frameworks (e.g. java.util.logging,
|
||||
logback, log4j) allowing the end user to plug in the desired logging
|
||||
framework at deployment time.
|
||||
|
||||
More information can be found on the [SLF4J website](http://www.slf4j.org).
|
||||
|
||||
# Build Status
|
||||
[](https://travis-ci.org/qos-ch/slf4j)
|
||||
|
||||
|
|
@ -9,8 +15,7 @@ More information can be found on the [SLF4J website](http://www.slf4j.org).
|
|||
|
||||
SLF4J uses Maven as its build tool.
|
||||
|
||||
All versions upto and including 1.7.x require Java 5 or later to
|
||||
build. SLF4J version 2.0.x requires Java 9 or later.
|
||||
SLF4J version 2.0.x will run under Java 8 but requires Java 9 or later to build.
|
||||
|
||||
# How to contribute pull requests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue