Gets or sets the ITriggeringEventEvaluator that causes the
buffer to be sent immediately.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: ITriggeringEventEvaluatorThe ITriggeringEventEvaluator that causes the buffer to be sent immediately.
Remarks
The evaluator will be called for each event that is appended to this appender. If the evaluator triggers then the current buffer will immediately be sent (see [M:SendBuffer(LoggingEvent[])]).
If Lossy is set to true then an Evaluator must be specified.
See Also