| AbstractLogRecordFilter |
Ancestor for log record filters.
|
| AbstractLogRecordProcessor<O> |
Processes log records.
|
| AbstractMultiFilter |
Inverts the filtering result of the base filter.
|
| AcceptAllFilter |
Dummy filter that accepts all log records.
|
| AndFilter |
Combines the filter results using a boolean AND.
|
| LevelFilter |
Filters records based on their logging level, i.e., if the fall in the specified min/max (inclusive).
|
| LogEntryProcessor |
Turns the log record into a simple string.
|
| NameFilter |
Filters records based on regular expression applied to logger name.
|
| NotFilter |
Inverts the filtering result of the base filter.
|
| OrFilter |
Combines the filter results using a boolean OR.
|
| SimpleProcessor |
Turns the log record into a simple string.
|
| TypeFilter |
Filters records based on their output type (INFO, DEBUG, ERROR).
|