log4net.Filter NamespaceApache log4net™ SDK Documentation
 
Classes

  ClassDescription
Public classDenyAllFilter
This filter drops all LoggingEvent.
Public classFilterSkeleton
Subclass this type to implement customized logging event filtering
Public classLevelMatchFilter
This is a very simple filter based on Level matching.
Public classLevelRangeFilter
This is a simple filter based on Level matching.
Public classLoggerMatchFilter
Simple filter to match a string in the event's logger name.
Public classMdcFilter
Simple filter to match a keyed string in the MDC
Public classNdcFilter
Simple filter to match a string in the NDC
Public classPropertyFilter
Simple filter to match a string an event property
Public classStringMatchFilter
Simple filter to match a string in the rendered message
Interfaces

  InterfaceDescription
Public interfaceIFilter
Implement this interface to provide customized logging event filtering
Enumerations

  EnumerationDescription
Public enumerationFilterDecision
The return result from Decide(LoggingEvent)