Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / log / doc / html / boost / log / sources / severity.html
index 0b6c004..637529a 100644 (file)
@@ -34,7 +34,7 @@
   <span class="special">}</span><span class="special">;</span>
 <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idm46436905179856"></a><h2>Description</h2>
+<a name="idm45554736675488"></a><h2>Description</h2>
 <p>The logger with this feature registers a special attribute with an integral value type on construction. This attribute will provide severity level for each log record being made through the logger. The severity level can be omitted on logging record construction, in which case the default level will be used. The default level can also be customized by passing it to the logger constructor.</p>
 <p>The type of the severity level attribute can be specified as a template parameter for the feature template. By default, <code class="computeroutput">int</code> will be used. </p>
 </div>