Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/site/pages/manual/filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,13 @@ <h2 class="doAnchor" name="evaluatorFilter">EvaluatorFilter</h2>
href="../xref/ch/qos/logback/core/boolex/EventEvaluator.html">
<code>EventEvaluator</code></a> evaluates whether a given criteria
is met for a given event. On match and on mismatch,
the hosting <code>EvaluatorFilter</code> will returl the vaue
the hosting <code>EvaluatorFilter</code> will return the value
specified by the <span class="option">onMatch</span>
or <span class="option">onMismatch</span> properties respectively.
l </p>g
</p>

lp>Note that <code>EventEvaluator</code> is an abstract class. You
can implement your own eveng evaluation logic by subclassing
<p>Note that <code>EventEvaluator</code> is an abstract class. You
can implement your own event evaluation logic by subclassing
<code>EventEvaluator</code>.
</p>

Expand Down