PropertyFilter MembersApache log4net™ SDK Documentation
The PropertyFilter type exposes the following members.
Constructors

  NameDescription
Public methodPropertyFilter
Default constructor
Back to Top
Methods

  NameDescription
Public methodActivateOptions
Initialize and precompile the Regex if required
(Inherited from StringMatchFilter.)
Public methodDecide
Check if this filter should allow the event to be logged
(Overrides StringMatchFilter Decide(LoggingEvent).)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Protected fieldm_acceptOnMatch
Flag to indicate the behavior when we have a match
(Inherited from StringMatchFilter.)
Protected fieldm_regexToMatch
A regex object to match (generated from m_stringRegexToMatch)
(Inherited from StringMatchFilter.)
Protected fieldm_stringRegexToMatch
A string regex to match
(Inherited from StringMatchFilter.)
Protected fieldm_stringToMatch
The string to substring match against the message
(Inherited from StringMatchFilter.)
Back to Top
Properties

  NameDescription
Public propertyAcceptOnMatch (Inherited from StringMatchFilter.)
Public propertyKey
The key to lookup in the event properties and then match against.
Public propertyNext
Property to get and set the next filter
(Inherited from FilterSkeleton.)
Public propertyRegexToMatch
Sets the regular expression to match
(Inherited from StringMatchFilter.)
Public propertyStringToMatch
Sets the static string to match
(Inherited from StringMatchFilter.)
Back to Top
See Also