Package org.nuxeo.runtime.test.runner
Interface LogCaptureFeature.Filter
-
- All Known Implementing Classes:
LogCaptureFeature.DefaultFilter
- Enclosing class:
- LogCaptureFeature
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface LogCaptureFeature.Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(org.apache.logging.log4j.core.LogEvent event)
LogCaptureFeature
will capture the event if it does match the implementation condition.
-
-
-
Method Detail
-
accept
boolean accept(org.apache.logging.log4j.core.LogEvent event)
LogCaptureFeature
will capture the event if it does match the implementation condition.
-
-