| Interface | Description |
|---|---|
| Interceptor |
Interceptors are used to intercept every log after formatting message, thread info and
stack trace info, and before printing, normally we can modify or drop the log.
|
| Class | Description |
|---|---|
| AbstractFilterInterceptor |
An filter interceptor is used to filter some specific logs out, this filtered logs won't be
printed by any printer.
|
| BlacklistTagsFilterInterceptor |
Filter out the logs with a tag that is in the blacklist.
|
| WhitelistTagsFilterInterceptor |
Filter out the logs with a tag that is NOT in the whitelist.
|