Gets or sets the value of the ITriggeringEventEvaluator to use.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: ITriggeringEventEvaluatorThe value of the ITriggeringEventEvaluator to use.
Remarks
The evaluator will be called for each event that is discarded from this appender. If the evaluator triggers then the current buffer will immediately be sent (see [M:SendBuffer(LoggingEvent[])]).
See Also