Interface LogFilter


public interface LogFilter
Log Filter Layout Class
  • Method Summary

    Modifier and Type
    Method
    Description
    filter(LogStream stream, String message)
    Decide whether or not a message should be logged
  • Method Details

    • filter

      Boolean filter(LogStream stream, String message)
      Decide whether or not a message should be logged
      Parameters:
      stream - Stream that sent this message
      message - Message to be logged
      Returns:
      true for a definite yes, false for no, or null for undecided (pass it on to the next filter)