CategoryFilterMode Enumeration

Represents the possible modes for client-side category filtering.

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

Syntax

'Declaration
Public Enumeration CategoryFilterMode
public enum CategoryFilterMode
public enum class CategoryFilterMode
public enum CategoryFilterMode

Members

Member name Description
AllowAllExceptDenied
Allow all categories except those explicitly denied
DenyAllExceptAllowed
Deny all categories except those explicitly allowed

See Also

Microsoft.Practices.EnterpriseLibrary.Logging Namespace