[ 
http://issues.apache.org/jira/browse/LOG4NET-108?page=comments#action_12460090 
] 
            
Drew Schaeffer commented on LOG4NET-108:
----------------------------------------

configuration of multiple evaluators is supported by the standard Add methods 
on the BufferingAppenderSkeletan class. ie

AddEvaluator ( ITriggeringEventEvaluator )
AddLossyEvaluator ( ITriggeringEventEvaluator )

therefore the xml needed to configure these is the same as it was before

<evaluator ... />
<lossyEvaluator ... />

> [PATCH] add support for multiple evaluators in BufferingAppenderSkeletan
> ------------------------------------------------------------------------
>
>                 Key: LOG4NET-108
>                 URL: http://issues.apache.org/jira/browse/LOG4NET-108
>             Project: Log4net
>          Issue Type: Improvement
>          Components: Appenders, Core
>            Reporter: Drew Schaeffer
>            Priority: Minor
>         Attachments: EvaluatorCollection.cs, patch-file.diff
>
>
> Currently BufferedAppenders only have support for one evaluator and one lossy 
> evaluator.  This is fine when the only available evaluator is LevelEvaluator 
> (as multriple LevelEvaluators do not make sense) but with the addition of 
> ExceptionEvaluator (LOG4NET-107) it would be nice for 
> BufferingAppenderSkeletan to have a collection of evaluators.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to