public class ErrorLevelFeedbackMessageFilter extends Object implements IFeedbackMessageFilter
ALL, NONE| Constructor and Description |
|---|
ErrorLevelFeedbackMessageFilter(int minimumErrorLevel)
Filters messages with an greater or equals level than minimumErrorLevel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(FeedbackMessage message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittestpublic ErrorLevelFeedbackMessageFilter(int minimumErrorLevel)
minimumErrorLevel - The component to filter on, the constraints can be: FeedbackMessage.SUCCESS FeedbackMessage.UNDEFINED FeedbackMessage.DEBUG FeedbackMessage.INFO FeedbackMessage.WARNING FeedbackMessage.ERROR FeedbackMessage.FATAL public boolean accept(FeedbackMessage message)
accept in interface IFeedbackMessageFiltermessage - The message to test for inclusionCopyright © 2006–2018 Apache Software Foundation. All rights reserved.