Package com.jalios.jcms.logging
Class NDCMatchFilter
- java.lang.Object
-
- org.apache.log4j.spi.Filter
-
- org.apache.log4j.varia.StringMatchFilter
-
- com.jalios.jcms.logging.NDCMatchFilter
-
- All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler
- Direct Known Subclasses:
JcmsSecurityMatchFilter
public class NDCMatchFilter extends org.apache.log4j.varia.StringMatchFilter
This filter only allows message with StringToMatch in the NDC.- Since:
- jcms-10.0.6
- Author:
- sdevaux
-
-
Constructor Summary
Constructors Constructor Description NDCMatchFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
decide(org.apache.log4j.spi.LoggingEvent event)
ReturnsFilter.NEUTRAL
is there is no string match.
-