Enum CategoryFilterMode
- Namespace
- Microsoft.Practices.EnterpriseLibrary.Logging
- Assembly
- Microsoft.Practices.EnterpriseLibrary.Logging.dll
Represents the possible modes for client-side category filtering.
public enum CategoryFilterMode
Fields
AllowAllExceptDenied = 0
Allow all categories except those explicitly denied
DenyAllExceptAllowed = 1
Deny all categories except those explicitly allowed