Filter.ResultLOGGER, onMatch, onMismatch| Modifier and Type | Method and Description |
|---|---|
static StructuredDataFilter |
createFilter(KeyValuePair[] pairs,
String oper,
String match,
String mismatch)
Create the StructuredDataFilter.
|
Filter.Result |
filter(LogEvent event)
Context Filter method.
|
Filter.Result |
filter(Logger logger,
Level level,
Marker marker,
Message msg,
Throwable t)
Appender Filter method.
|
protected Filter.Result |
filter(StructuredDataMessage message) |
filter, getMap, isAnd, toStringfilter, filter, getOnMatch, getOnMismatch, isStarted, start, stoppublic Filter.Result filter(Logger logger, Level level, Marker marker, Message msg, Throwable t)
AbstractFilterpublic Filter.Result filter(LogEvent event)
AbstractFilterprotected Filter.Result filter(StructuredDataMessage message)
public static StructuredDataFilter createFilter(KeyValuePair[] pairs, String oper, String match, String mismatch)
pairs - Key and value pairs.oper - The operator to perform. If not "or" the operation will be an "and".match - The action to perform on a match.mismatch - The action to perform on a mismatch.Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.