Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Feb 23, 2024
1 parent 96f5a3a commit 811de74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ <h3 id="architecture">Architecture</h3>
in initialization time as well as security surface area.
</p>

<p>
<strong>The key components expressed in the flow of log events is as follows:</strong>
<ol>
<li>Logging Facade (SLF4J)</li>
Expand All @@ -129,12 +128,11 @@ <h3 id="architecture">Architecture</h3>
In the next sections we will cover {@link io.jstach.rainbowgum.LevelResolver},
Publishers, Appenders, Outputs, and Encoders as they are the main points of interest in customizing and configuring.

</p>

<h2 id="router">Router</h2>

A Router has a {@link io.jstach.rainbowgum.LevelResolver} and a Publisher.
A Level Resolver takes a logger name and produces a {@java.lang.System.Logger.Level level}.
A Level Resolver takes a logger name and produces a {@link java.lang.System.Logger.Level level}.
The logging facade implementation than decides based on the level whether or not to construct an event.
It then passes the event to the router which in turn uses the publisher.

Expand Down

0 comments on commit 811de74

Please sign in to comment.