The return result from Decide
The return result from Decide
| Member Name | Description | 
|---|---|
| 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. | 
Namespace: log4net.Filter
Assembly: log4net (in log4net.dll)