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) Version: 6.0.0.0 (6.0.1304.0)

Syntax

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

Members

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

See Also

Microsoft.Practices.EnterpriseLibrary.Logging Namespace