Interface LogFilter

All Known Implementing Classes:
CompoundFilter, FieldFilter, LevelFilter, MessageFilter

public interface LogFilter
LogItemに対する条件式を表すフィルタークラス
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(LogItem item)
    itemがこのLogFilterの条件にマッチするかどうかを返します。
  • Method Details

    • match

      boolean match(LogItem item)
      itemがこのLogFilterの条件にマッチするかどうかを返します。