Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ITriggeringEventEvaluator.IsTriggeringEvent�Method�

Test if this event triggers the action

[Visual�Basic]
Function�IsTriggeringEvent( _
���ByVal loggingEvent�As�LoggingEvent�_
)�As�Boolean
[C#]
bool�IsTriggeringEvent(
���LoggingEventloggingEvent
);

Parameters

loggingEvent
The event to check

Return Value

true if this event triggers the action, otherwise false

Remarks

Return true if this event triggers the action

See Also

ITriggeringEventEvaluator Interface | log4net.Core Namespace