This commit is contained in:
Ceki Gulcu 2015-01-06 21:10:39 +01:00
parent b774476b17
commit f0cfe95276
1 changed files with 3 additions and 4 deletions

View File

@ -90,7 +90,7 @@
<!-- ====================================================== -->
<h3 class="doAnchor" name="loggerNameMismatch">Detected logger
name mismatch. </h3>
name mismatch</h3>
<p>Logger name mismatch warnings are printed only if the
<code>slf4j.detectLoggerNameMismatch</code> system property is set
@ -137,9 +137,8 @@ class B extends A {
explained, then you might have spotted a white elephant, that is a
very rare occurrence where SLF4J cannot correctly compute the name
of the class where a logger is defined. We are very interested to
learn about cases where SLF4J fails to correclty compute the name
of the class where a logger is defined. If and when you spot such
a case, please do file a <a href="bug-reporting.html">bug
learn about such cases. If and when you spot an inexplicable
mismatch, please do file a <a href="bug-reporting.html">bug
report</a> with us.
</p>