The PropertyFilter type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | PropertyFilter |
Default constructor
|
Methods
Name | Description | |
---|---|---|
![]() | ActivateOptions |
Initialize and precompile the Regex if required
(Inherited from StringMatchFilter.) |
![]() | Decide |
Check if this filter should allow the event to be logged
(Overrides StringMatchFilter Decide(LoggingEvent).) |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() |
Allows an (Inherited from ![]() ![]() ![]() |
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | (Inherited from ![]() |
Fields
Name | Description | |
---|---|---|
![]() | m_acceptOnMatch |
Flag to indicate the behavior when we have a match
(Inherited from StringMatchFilter.) |
![]() | m_regexToMatch |
A regex object to match (generated from m_stringRegexToMatch)
(Inherited from StringMatchFilter.) |
![]() | m_stringRegexToMatch |
A string regex to match
(Inherited from StringMatchFilter.) |
![]() | m_stringToMatch |
The string to substring match against the message
(Inherited from StringMatchFilter.) |
Properties
Name | Description | |
---|---|---|
![]() | AcceptOnMatch | (Inherited from StringMatchFilter.) |
![]() | Key |
The key to lookup in the event properties and then match against.
|
![]() | Next |
Property to get and set the next filter
(Inherited from FilterSkeleton.) |
![]() | RegexToMatch |
Sets the regular expression to match
(Inherited from StringMatchFilter.) |
![]() | StringToMatch |
Sets the static string to match
(Inherited from StringMatchFilter.) |
See Also