Class | Description |
---|---|
AcceptAllFilter |
An accept-all filter.
|
AllFilter |
A filter consisting of several filters in a chain.
|
AnyFilter |
A filter consisting of several filters in a chain.
|
DenyAllFilter |
A deny-all filter.
|
InvertFilter |
An inverting filter.
|
LevelChangingFilter |
A filter which modifies the log record with a new level if the nested filter evaluates
true for that
record. |
LevelFilter |
A filter which excludes messages of a certain level or levels
|
LevelRangeFilter |
Log only messages that fall within a level range.
|
RegexFilter |
A regular-expression-based filter.
|
SubstituteFilter |
A filter which applies a text substitution on the message if the nested filter matches.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.