Interface LogFilter


public interface LogFilter
The log filter. Idea taken from here ...
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Replaces the list of substrings that suppress a console line.
  • Method Details

    • setFilters

      void setFilters(List<String> filters)
      Replaces the list of substrings that suppress a console line.
      Parameters:
      filters - the substrings to suppress