Skip to content

Commit

Permalink
ongoing doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 10, 2021
1 parent 383f008 commit 456e8a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion slf4j-site/src/site/pages/manual.html
Expand Up @@ -155,7 +155,13 @@ <h3 class="doAnchor" name="typical_usage">Typical usage

<h3 class="doAnchor" name="fluent">Fluent Logging API</h3>

<p>As of version 2.0, SLF4J API introduces a fluent API.</p>
<p><span class="label">since 2.0.0</span> SLF4J API version
2.0.0 requires Java 8 and introduces a backward-compatible
fluent logging API. By backward-compatible, we mean that
existing logging frameworks do not have to be changed in order
for the user to benefit from the <a href="#fluent">fluent
logging API</a>.
</p>

<p>The idea is to build a logging event piece by piece with a <a
href="apidocs/org/slf4j/spi/LoggingEventBuilder.html">LoggingEventBuilder</a>
Expand Down

0 comments on commit 456e8a8

Please sign in to comment.