Interface OMLogHandler

All Known Implementing Classes:
AbstractLogHandler, EclipseLoggingBridge, FileLogHandler, OSGiLoggingBridge, OSGiLogHandler, PrintLogHandler
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 interface OMLogHandler
Handles filtered log events, for example appends them to a stream or the Eclipse error log.
Author:
Eike Stepper
See Also: