LogCallHandlerCategoryEntry Class

A configuration element that handles the entries for the <categories> element for the Log Call handler.

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

Syntax

'Declaration
<AddSateliteProviderCommandAttribute("loggingConfiguration", GetType(LoggingSettings),  _
    "DefaultCategory", "Name")> _
Public Class LogCallHandlerCategoryEntry _
    Inherits NamedConfigurationElement
[AddSateliteProviderCommandAttribute("loggingConfiguration", typeof(LoggingSettings), 
    "DefaultCategory", "Name")]
public class LogCallHandlerCategoryEntry : NamedConfigurationElement
[AddSateliteProviderCommandAttribute(L"loggingConfiguration", typeof(LoggingSettings), 
    L"DefaultCategory", L"Name")]
public ref class LogCallHandlerCategoryEntry : public NamedConfigurationElement
public class LogCallHandlerCategoryEntry extends NamedConfigurationElement

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement
      Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LogCallHandlerCategoryEntry

See Also

LogCallHandlerCategoryEntry Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace