public class BlacklistTagsFilterInterceptor extends AbstractFilterInterceptor
| Constructor and Description |
|---|
BlacklistTagsFilterInterceptor(java.lang.Iterable<java.lang.String> blacklistTags)
Constructor
|
BlacklistTagsFilterInterceptor(java.lang.String... blacklistTags)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
reject(LogItem log)
Whether specific log should be filtered out.
|
interceptpublic BlacklistTagsFilterInterceptor(java.lang.String... blacklistTags)
blacklistTags - the blacklist tags, the logs with a tag that is in the blacklist will be
filtered outpublic BlacklistTagsFilterInterceptor(java.lang.Iterable<java.lang.String> blacklistTags)
blacklistTags - the blacklist tags, the logs with a tag that is in the blacklist will be
filtered outprotected boolean reject(LogItem log)
reject in class AbstractFilterInterceptorlog - the specific log