Uses of Class
org.apache.logging.log4j.core.filter.ValueLevelPair

Packages that use ValueLevelPair
org.apache.logging.log4j.core.filter Log4j 2.0 Filter support. 
 

Uses of ValueLevelPair in org.apache.logging.log4j.core.filter
 

Methods in org.apache.logging.log4j.core.filter that return ValueLevelPair
static ValueLevelPair ValueLevelPair.createPair(String key, String value)
          Create a Value/Level pair using the Log Levels.
 

Methods in org.apache.logging.log4j.core.filter with parameters of type ValueLevelPair
static DynamicThresholdFilter DynamicThresholdFilter.createFilter(String key, ValueLevelPair[] pairs, String level, String match, String mismatch)
          Create the DynamicThresholdFilter.
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.