public interface ILogEventFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptEvent(LogEvent event)
Returns whether the given event should be filtered from the event log or not.
|
boolean acceptEvent(LogEvent event)
event - The log eventCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.