mirror of https://github.com/qos-ch/slf4j
minor edit
This commit is contained in:
parent
76cc29cb47
commit
a739d541a5
|
|
@ -185,11 +185,11 @@ will be converted as
|
|||
|
||||
|
||||
<ul>
|
||||
<li>Calls to <code>finest()</code>, <code>finer()</code> or
|
||||
<li>Calls to <code>fine()</code>, <code>finer()</code> or
|
||||
<code>finest()</code> methods of
|
||||
<code>java.util.logging.Logger</code> are left as is.
|
||||
|
||||
<p>Given that <code>finest()</code>, <code>finer()</code> or
|
||||
<p>Given that <code>fine()</code>, <code>finer()</code> or
|
||||
<code>finest()</code> calls could map to both trace() or debug()
|
||||
calls in SLF4J, it is impossible to guess how the user wants to
|
||||
map these calls.
|
||||
|
|
|
|||
Loading…
Reference in New Issue