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

    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 Details

    • accept

      boolean accept(org.apache.logging.log4j.core.LogEvent event)
      LogCaptureFeature will capture the event if it does match the implementation condition.