org.apache.log4j.varia
Class StringMatchFilter
java.lang.Object
|
+--org.apache.log4j.spi.ComponentBase
|
+--org.apache.log4j.spi.Filter
|
+--org.apache.log4j.filter.StringMatchFilter
|
+--org.apache.log4j.varia.StringMatchFilter
- All Implemented Interfaces:
- Component, OptionHandler
Deprecated. org.apache.log4j.filter.StringMatchFilter
- public class StringMatchFilter
- extends StringMatchFilter
StringMatchFilter
instead.
- Since:
- 0.9.0
- Author:
- Ceki Gülcü
Field Summary |
static String |
ACCEPT_ON_MATCH_OPTION
Deprecated. Options are now handled using the JavaBeans paradigm.
This constant is not longer needed and will be removed in the
near term. |
static String |
STRING_TO_MATCH_OPTION
Deprecated. Options are now handled using the JavaBeans paradigm.
This constant is not longer needed and will be removed in the
near term. |
Method Summary |
String[] |
getOptionStrings()
Deprecated. We now use JavaBeans introspection to configure
components. Options strings are no longer needed. |
void |
setOption(String key,
String value)
Deprecated. Use the setter method for the option directly instead
of the generic setOption method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING_TO_MATCH_OPTION
public static final String STRING_TO_MATCH_OPTION
- Deprecated. Options are now handled using the JavaBeans paradigm.
This constant is not longer needed and will be removed in the
near term.
ACCEPT_ON_MATCH_OPTION
public static final String ACCEPT_ON_MATCH_OPTION
- Deprecated. Options are now handled using the JavaBeans paradigm.
This constant is not longer needed and will be removed in the
near term.
StringMatchFilter
public StringMatchFilter()
- Deprecated.
getOptionStrings
public String[] getOptionStrings()
- Deprecated. We now use JavaBeans introspection to configure
components. Options strings are no longer needed.
setOption
public void setOption(String key,
String value)
- Deprecated. Use the setter method for the option directly instead
of the generic
setOption
method.
Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.