Interface SimpleLogMessageFilter
- 
- All Superinterfaces:
 ServerExtension,TeamCityExtension
- All Known Subinterfaces:
 TreeViewMessageFilter
- All Known Implementing Classes:
 AllMessageFilter,ErrorMessageFilter,ImportantMessageFilter,MatchAnyMessageFilter
public interface SimpleLogMessageFilter extends ServerExtension
An implementation is used for simple filtering log messages ("simple" means that a decision is taken on a single message, that is opposite to LogMessageFilter) 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(LogMessage logMessage) 
 - 
 
- 
- 
Method Detail
- 
match
boolean match(@NotNull LogMessage logMessage)- Returns:
 - true if the message must be excluded by the filter
 
 
 - 
 
 -