This commit is contained in:
InsanusMokrassar 2023-11-18 14:39:19 +00:00
parent 5c443aea18
commit 07661d40a3
3 changed files with 5 additions and 2 deletions

View File

@ -2227,13 +2227,16 @@
</span></code></pre></div> </span></code></pre></div>
<p>Additionally you may use one of several different settings:</p> <p>Additionally you may use one of several different settings:</p>
<ul> <ul>
<li><code>minLoggingLevel</code> - minimal logging level for the log which will be logged. The order of log level is next:</li> <li><code>minLoggingLevel</code> - minimal logging level for the log which will be logged. The order of log level is next:<ul>
<li>TRACE</li>
<li>DEBUG</li> <li>DEBUG</li>
<li>VERBOSE</li> <li>VERBOSE</li>
<li>INFO</li> <li>INFO</li>
<li>WARNING</li> <li>WARNING</li>
<li>ERROR</li> <li>ERROR</li>
<li>ASSERT</li> <li>ASSERT</li>
</ul>
</li>
<li><code>levels</code> - and iterable with the levels which should be logged</li> <li><code>levels</code> - and iterable with the levels which should be logged</li>
<li><code>firstLevel</code>,<code>secondLevel</code>,<code>otherLevels</code> - as <code>levels</code>, but <code>vararg</code> :)</li> <li><code>firstLevel</code>,<code>secondLevel</code>,<code>otherLevels</code> - as <code>levels</code>, but <code>vararg</code> :)</li>
</ul> </ul>

File diff suppressed because one or more lines are too long

Binary file not shown.