LogFilterHelper 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.

Provides client-side log filtering based on category and priority. Each filter implements the ILogFilter interface and is registered in this class. Category filtering is done using a CategoryFilter and priority filtering is done using a PriorityFilter.

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

Syntax

'Declaration
PublicClassLogFilterHelper
publicclassLogFilterHelper
publicref classLogFilterHelper
publicclass LogFilterHelper

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Logging.Filters.LogFilterHelper

See Also

LogFilterHelper 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.