Package jetbrains.buildServer
Interface TestLogger.LogChecker
-
- All Known Implementing Classes:
TestLogger.AssertOnce
- Enclosing class:
- TestLogger
public static interface TestLogger.LogChecker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Exception
isSatisfied()
boolean
shouldIgnore(org.apache.logging.log4j.core.LogEvent event)
-
-
-
Method Detail
-
shouldIgnore
boolean shouldIgnore(@NotNull org.apache.logging.log4j.core.LogEvent event) throws Exception
- Parameters:
event
- log event added to the logger- Returns:
- true if this message should be ignored by other checkers
- Throws:
Exception
- if this message should raise error
-
isSatisfied
@Nullable default Exception isSatisfied()
-
-