org.asyrinx.brownie.log.log4j.varia
クラス LoggerNameMatchFilter

java.lang.Object
  拡張org.apache.log4j.spi.Filter
      拡張org.asyrinx.brownie.log.log4j.varia.LoggerNameMatchFilter
すべての実装インタフェース:
org.apache.log4j.spi.OptionHandler

public class LoggerNameMatchFilter
extends org.apache.log4j.spi.Filter

作成者:
akima

フィールドの概要
(パッケージプライベート)  boolean acceptOnMatch
           
(パッケージプライベート)  java.lang.String stringToMatch
           
 
クラス org.apache.log4j.spi.Filter から継承したフィールド
ACCEPT, DENY, NEUTRAL, next
 
コンストラクタの概要
LoggerNameMatchFilter()
           
 
メソッドの概要
 int decide(org.apache.log4j.spi.LoggingEvent event)
          Returns Filter.NEUTRALis there is no string match.
 boolean getAcceptOnMatch()
           
 java.lang.String getStringToMatch()
           
 void setAcceptOnMatch(boolean acceptOnMatch)
           
 void setStringToMatch(java.lang.String s)
           
 
クラス org.apache.log4j.spi.Filter から継承したメソッド
activateOptions
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

acceptOnMatch

boolean acceptOnMatch

stringToMatch

java.lang.String stringToMatch
コンストラクタの詳細

LoggerNameMatchFilter

public LoggerNameMatchFilter()
メソッドの詳細

setStringToMatch

public void setStringToMatch(java.lang.String s)

getStringToMatch

public java.lang.String getStringToMatch()

setAcceptOnMatch

public void setAcceptOnMatch(boolean acceptOnMatch)

getAcceptOnMatch

public boolean getAcceptOnMatch()

decide

public int decide(org.apache.log4j.spi.LoggingEvent event)
Returns Filter.NEUTRALis there is no string match.



Copyright © 2004 asyrinx organization. All Rights Reserved.