Class MinimumLevelLogFilter

Log filter implementation that filters log events by minimum level (lowest level to write)

Implements

Constructors

Methods

Constructors

Methods

  • Filters a log event and returns true if the event should be written to a sink or false if it should be discarded event: The log event to filter Returns true if the event should be written to a sink or false if it should be discarded

    Parameters

    Returns boolean