Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

FilterDecision Enumeration

The return result from Decide

[Visual�Basic]
Public�Enum�FilterDecision
[C#]
public�enum�FilterDecision

Remarks

The return result from Decide

Members

Member NameDescription
Deny The log event must be dropped immediately without consulting with the remaining filters, if any, in the chain.
Neutral This filter is neutral with respect to the log event. The remaining filters, if any, should be consulted for a final decision.
Accept The log event must be logged immediately without consulting with the remaining filters, if any, in the chain.

Requirements

Namespace: log4net.Filter

Assembly: log4net (in log4net.dll)

See Also

log4net.Filter Namespace