クラス LoggingInfoStream

java.lang.Object
org.apache.lucene.util.InfoStream
org.iplass.mtp.impl.fulltextsearch.lucene.LoggingInfoStream
すべての実装されたインタフェース:
Closeable, AutoCloseable

public class LoggingInfoStream extends org.apache.lucene.util.InfoStream
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    (package private) static org.slf4j.Logger
     

    クラスから継承されたフィールド org.apache.lucene.util.InfoStream

    NO_OUTPUT
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
     
    boolean
    isEnabled(String component)
     
    void
    message(String component, String message)
     

    クラスから継承されたメソッド org.apache.lucene.util.InfoStream

    getDefault, setDefault

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

    • logger

      static org.slf4j.Logger logger
  • コンストラクタの詳細

    • LoggingInfoStream

      public LoggingInfoStream()
  • メソッドの詳細

    • close

      public void close() throws IOException
      例外:
      IOException
    • message

      public void message(String component, String message)
      定義:
      message クラス内 org.apache.lucene.util.InfoStream
    • isEnabled

      public boolean isEnabled(String component)
      定義:
      isEnabled クラス内 org.apache.lucene.util.InfoStream