CategoryFilter Class

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 category. Either specific categories can be explicitly allowed, or specific categories can be denied.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Filters
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
<ConfigurationElementTypeAttribute(GetType(CategoryFilterData))> _
PublicClassCategoryFilter _
    Inherits LogFilter
[ConfigurationElementTypeAttribute(typeof(CategoryFilterData))]
publicclassCategoryFilter : LogFilter
[ConfigurationElementTypeAttribute(typeof(CategoryFilterData))]
publicref classCategoryFilter : public LogFilter
publicclass CategoryFilter extends LogFilter

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Logging.Filters.LogFilter
    Microsoft.Practices.EnterpriseLibrary.Logging.Filters.CategoryFilter

See Also

CategoryFilter Members

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.