ExceptionEvaluator ClassApache log4net™ SDK Documentation
An evaluator that triggers on an Exception type
Inheritance Hierarchy

OnlineSystem Object
  log4net.Core ExceptionEvaluator

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public class ExceptionEvaluator : ITriggeringEventEvaluator
Remarks

This evaluator will trigger if the type of the Exception passed to [M:IsTriggeringEvent(LoggingEvent)] is equal to a Type in ExceptionType. ///

See Also