qos-ch / slf4j

Simple Logging Facade for Java
http://www.slf4j.org
MIT License
2.34k stars 990 forks source link

Binders are deprecated in SLF4J 2 #299

Closed vitalijr2 closed 2 years ago

vitalijr2 commented 2 years ago

Signed-off-by: Witalij Berdinskich radio_rogal@keemail.me

FAQ says, see What has changed in SLF4J version 2.0.0?:

SLF4J 1.7.x and earlier versions relied on the static binder mechanism which is no loger honored by slf4j-api version 2.0.x.

The static binder classes were removed in 6ac20c6a0ae96ea6609f24d92eb235d87d8a0f8b.

vitalijr2 commented 2 years ago

I have added the issue SLF4J-555.

ceki commented 2 years ago

@radio-rogal Thank for this PR. I have not applied it due to the superfluous javadoc indentation changes. However, the two classes have been marked as deprecated in commit 05c0b0a8.