LogEnabledFilter 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 boolean on/off filter.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Filters
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
<ConfigurationElementTypeAttribute(GetType(LogEnabledFilterData))> _
PublicClassLogEnabledFilter _
Inherits LogFilter
[ConfigurationElementTypeAttribute(typeof(LogEnabledFilterData))]
publicclassLogEnabledFilter : LogFilter
[ConfigurationElementTypeAttribute(typeof(LogEnabledFilterData))]
publicref classLogEnabledFilter : public LogFilter
publicclass LogEnabledFilter extends LogFilter
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Logging.Filters.LogFilter
Microsoft.Practices.EnterpriseLibrary.Logging.Filters.LogEnabledFilter
See Also
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. |