Re: ValueLevelPair in DynamicThresholdFilter

2012-09-29 Thread Tushar Kapila
I would expect it to take strings and (try) convert to a level. On 9/28/12, Ralph Goers wrote: > LOG4J2-92 was reported against DynamicThresholdFilter as it is documented as > using KeyValuePairs. KeyValuePairs consist of a String key and a String > value. DynamicThresholdFilter actually accepts

ValueLevelPair in DynamicThresholdFilter

2012-09-28 Thread Ralph Goers
LOG4J2-92 was reported against DynamicThresholdFilter as it is documented as using KeyValuePairs. KeyValuePairs consist of a String key and a String value. DynamicThresholdFilter actually accepts a ValueLevelPair which has a String key and a Level as a value. Of course, the level has to be spec