Re: [Log4j] Incorrect information about markers in SLF4J documentation

2017-12-19 Thread Gary Gregory
On Dec 19, 2017 14:15, "Ralph Goers" wrote: Yes, that is indeed incorrect and should be reported. Good catch! Yes, please do report it, providing a patch would be best. Gary Ralph > On Dec 19, 2017, at 1:35 PM, Mikael Ståldal wrote: > > I just

Re: [Log4j] Incorrect information about markers in SLF4J documentation

2017-12-19 Thread Ralph Goers
Yes, that is indeed incorrect and should be reported. Ralph > On Dec 19, 2017, at 1:35 PM, Mikael Ståldal wrote: > > I just realized that the documentation for SLF4J contain incorrect > information about markers: > > https://www.slf4j.org/faq.html#marker_interface >

[Log4j] Incorrect information about markers in SLF4J documentation

2017-12-19 Thread Mikael Ståldal
I just realized that the documentation for SLF4J contain incorrect information about markers: https://www.slf4j.org/faq.html#marker_interface https://www.slf4j.org/faq.html#fatal It says that only Logback support markers, while in fact Log4j 2 also supports it. Maybe we should report a bug?