Skip to content

Commit

Permalink
Use id instead of (deprecated) name attribute for anchors
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strickroth <[email protected]>
  • Loading branch information
csware committed Mar 26, 2023
1 parent a27f1e0 commit c631bd0
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 147 deletions.
38 changes: 19 additions & 19 deletions src/site/pages/codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>SLF4J warning or error messages and their meanings</h2>

<!-- ====================================================== -->

<h3 class="doAnchor" name="noProviders">No SLF4J providers
<h3 class="doAnchor" id="noProviders">No SLF4J providers
were found.
</h3>

Expand Down Expand Up @@ -58,7 +58,7 @@ <h3 class="doAnchor" name="noProviders">No SLF4J providers

<!-- ====================================================== -->

<h3 class="doAnchor" name="ignoredBindings">Class path contains
<h3 class="doAnchor" id="ignoredBindings">Class path contains
SLF4J bindings targeting slf4j-api versions 1.7.x or earlier
</h3>

Expand Down Expand Up @@ -88,7 +88,7 @@ <h3 class="doAnchor" name="ignoredBindings">Class path contains
<!-- ====================================================== -->

<h3 class="doAnchor"
name="unsuccessfulInit">IllegalStateException:
id="unsuccessfulInit">IllegalStateException:
<code>org.slf4j.LoggerFactory</code> in failed state. Original
exception was thrown EARLIER.
</h3>
Expand All @@ -105,7 +105,7 @@ <h3 class="doAnchor" name="ignoredBindings">Class path contains

<!-- ====================================================== -->

<h3 class="doAnchor" name="release">The method
<h3 class="doAnchor" id="release">The method
<code>o.a.commons.logging.impl.SLF4FLogFactory#release</code> was
invoked.
</h3>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h3 class="doAnchor" name="release">The method

<!-- ====================================================== -->

<h3 class="doAnchor" name="unsupported_operation_in_jcl_over_slf4j">Operation
<h3 class="doAnchor" id="unsupported_operation_in_jcl_over_slf4j">Operation
[suchAndSuch] is not supported in jcl-over-slf4j.
</h3>

Expand All @@ -161,7 +161,7 @@ <h3 class="doAnchor" name="unsupported_operation_in_jcl_over_slf4j">Operation
</p>

<!-- ====================================================== -->
<h3 class="doAnchor" name="loggerNameMismatch">Detected logger
<h3 class="doAnchor" id="loggerNameMismatch">Detected logger
name mismatch</h3>

<p>Logger name mismatch warnings are printed only if the
Expand Down Expand Up @@ -216,7 +216,7 @@ <h3 class="doAnchor" name="loggerNameMismatch">Detected logger

<!-- ====================================================== -->

<h3 class="doAnchor" name="StaticLoggerBinder">Failed to load class
<h3 class="doAnchor" id="StaticLoggerBinder">Failed to load class
<code>org.slf4j.impl.StaticLoggerBinder</code></h3>

<p>This warning message is reported when the
Expand Down Expand Up @@ -286,7 +286,7 @@ <h3>
-->

<!-- ====================================================== -->
<h3 class="doAnchor" name="multiple_bindings">Multiple bindings
<h3 class="doAnchor" id="multiple_bindings">Multiple bindings
were found on the class path
</h3>

Expand Down Expand Up @@ -358,7 +358,7 @@ <h3 class="doAnchor" name="multiple_bindings">Multiple bindings

<!-- ====================================================== -->

<h3 class="doAnchor" name="version_mismatch">slf4j-api version
<h3 class="doAnchor" id="version_mismatch">slf4j-api version
does not match that of the binding</h3>

<p>An SLF4J binding designates an artifact such as
Expand Down Expand Up @@ -392,7 +392,7 @@ <h3 class="doAnchor" name="version_mismatch">slf4j-api version

<!-- ====================================================== -->

<h3 class="doAnchor" name="null_LF">Logging factory implementation
<h3 class="doAnchor" id="null_LF">Logging factory implementation
cannot be null</h3>

<p>This error is reported when the <code>LoggerFactory</code>
Expand All @@ -405,7 +405,7 @@ <h3 class="doAnchor" name="null_LF">Logging factory implementation

<!-- ====================================================== -->

<h3 class="doAnchor" name="log4jDelegationLoop">Detected both
<h3 class="doAnchor" id="log4jDelegationLoop">Detected both
log4j-over-slf4j.jar AND slf4j-reload4j on the class path,
preempting <code>StackOverflowError</code>.
</h3>
Expand Down Expand Up @@ -458,7 +458,7 @@ <h3 class="doAnchor" name="log4jDelegationLoop">Detected both
<!-- ====================================================== -->


<h3 class="doAnchor" name="jclDelegationLoop">Detected both
<h3 class="doAnchor" id="jclDelegationLoop">Detected both
jcl-over-slf4j.jar AND slf4j-jcl.jar on the class path, preempting
<code>StackOverflowError</code>.
</h3>
Expand Down Expand Up @@ -500,7 +500,7 @@ <h3 class="doAnchor" name="jclDelegationLoop">Detected both
</p>

<!-- ====================================================== -->
<h3 class="doAnchor" name="no_tlm">Exception in
<h3 class="doAnchor" id="no_tlm">Exception in
thread "main" java.lang.NoSuchFieldError: tlm</h3>

<pre class="prettyprint source">
Expand Down Expand Up @@ -538,7 +538,7 @@ <h3 class="doAnchor" name="no_tlm">Exception in

<!-- ====================================================== -->

<h3 class="doAnchor" name="no_static_mdc_binder">Failed to load
<h3 class="doAnchor" id="no_static_mdc_binder">Failed to load
class "org.slf4j.impl.StaticMDCBinder"</h3>

<p>This error indicates that appropriate SLF4J binding could not
Expand All @@ -551,7 +551,7 @@ <h3 class="doAnchor" name="no_static_mdc_binder">Failed to load

<!-- ====================================================== -->

<h3 class="doAnchor" name="null_MDCA">MDCAdapter cannot be null
<h3 class="doAnchor" id="null_MDCA">MDCAdapter cannot be null
</h3>

<p>This error is reported when <code>org.slf4j.MDC</code> class
Expand All @@ -563,7 +563,7 @@ <h3 class="doAnchor" name="null_MDCA">MDCAdapter cannot be null

<!-- ====================================================== -->

<h3 class="doAnchor" name="replay">A number (N) of logging calls
<h3 class="doAnchor" id="replay">A number (N) of logging calls
during the initialization phase have been intercepted and are now
being replayed. These are subject to the filtering rules of the
underlying logging system.
Expand All @@ -583,7 +583,7 @@ <h3 class="doAnchor" name="replay">A number (N) of logging calls

<!-- ====================================================== -->

<h3 class="doAnchor" name="substituteLogger" >Substitute loggers
<h3 class="doAnchor" id="substituteLogger" >Substitute loggers
were created during the default configuration phase of the
underlying logging system</h3>

Expand Down Expand Up @@ -616,7 +616,7 @@ <h3 class="doAnchor" name="substituteLogger" >Substitute loggers

<!-- ====================================================== -->

<h3 class="doAnchor" name="log4j_version">SLF4J versions 1.4.0 and
<h3 class="doAnchor" id="log4j_version">SLF4J versions 1.4.0 and
later requires log4j 1.2.12 or later</h3>

<p>The trace level was added to log4j in version 1.2.12 released
Expand All @@ -636,7 +636,7 @@ <h3 class="doAnchor" name="log4j_version">SLF4J versions 1.4.0 and
<!-- ====================================================== -->

<h3 class="doAnchor"
name="log4j_version">java.lang.NoClassDefFoundError:
id="log4j_version">java.lang.NoClassDefFoundError:
org/slf4j/event/LoggingEvent</h3>

<p>Logback-classic version 1.1.4 and later require slf4j-api
Expand Down
6 changes: 3 additions & 3 deletions src/site/pages/extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>SLF4J extensions</h1>

</ul>

<h2><a name="profiler"></a>Profilers</h2>
<h2 id="profiler">Profilers</h2>

<h3>What is a profiler?</h3>

Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Printing using a logger</h3>

<!-- .............................................................. -->

<h2><a name="mdcStrLookup"></a>MDCStrLookup</h2>
<h2 id="mdcStrLookup">DCStrLookup</h2>

<p>StrLookup is a class defined in Apache Commons Lang. It is used
in conjunction with the StrSubstitutor class to allow Strings to
Expand All @@ -320,7 +320,7 @@ <h2><a name="mdcStrLookup"></a>MDCStrLookup</h2>

<!-- .............................................................. -->

<h2><a name="extended_logger"></a>Extended Logger</h2>
<h2 id="extended_logger">Extended Logger</h2>

<p>The <a
href="apidocs/org/slf4j/ext/XLogger.html"><code>XLogger</code></a>
Expand Down
Loading

0 comments on commit c631bd0

Please sign in to comment.