Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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. |
Represents a client-side log filter based on message priority. Messages with priorities between the minimum and maximum values are allowed to be processed, all other messages are dropped.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Filters
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
<ConfigurationElementTypeAttribute(GetType(PriorityFilterData))> _
PublicClassPriorityFilter _
Inherits LogFilter
[ConfigurationElementTypeAttribute(typeof(PriorityFilterData))]
publicclassPriorityFilter : LogFilter
[ConfigurationElementTypeAttribute(typeof(PriorityFilterData))]
publicref classPriorityFilter : public LogFilter
publicclass PriorityFilter extends LogFilter
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Logging.Filters.LogFilter
Microsoft.Practices.EnterpriseLibrary.Logging.Filters.PriorityFilter
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. |