PriorityFilter Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The PriorityFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PriorityFilter | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Filter |
Tests a log entry to see if its priority is within the allowed limits.
(Overrides LogFilter.Filter(LogEntry).) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldLog |
Tests a log entry to see if its priority is within the allowed limits.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
MaximumPriority |
The maximum value for messages to be processed. If not specified this property defaults to Int32.MaxInt
|
|
MinimumPriority |
The minimum value for messages to be processed. Messages with a priority below the minimum are dropped immediately on the client.
|
|
Name |
Gets the name of the log filter
(Inherited from LogFilter.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.Filters Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |