CustomFormatterData 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.

Configuration object for custom log formatters.

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

Syntax

'Declaration
<AssemblerAttribute(GetType(CustomProviderAssembler(Of ILogFormatter, FormatterData, CustomFormatterData)))> _
PublicClassCustomFormatterData _
    Inherits FormatterData _
    Implements IHelperAssistedCustomConfigurationData(OfCustomFormatterData), ICustomProviderData
[AssemblerAttribute(typeof(CustomProviderAssembler<ILogFormatter, FormatterData, CustomFormatterData>))]
publicclassCustomFormatterData : FormatterData, 
    IHelperAssistedCustomConfigurationData<CustomFormatterData>, ICustomProviderData
[AssemblerAttribute(typeof(CustomProviderAssembler<ILogFormatter^, FormatterData^, CustomFormatterData^>))]
publicref classCustomFormatterData : public FormatterData, 
    IHelperAssistedCustomConfigurationData<CustomFormatterData^>, ICustomProviderData
publicclass CustomFormatterData extends FormatterData implements IHelperAssistedCustomConfigurationData<CustomFormatterData>, ICustomProviderData

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement
        Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FormatterData
          Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.CustomFormatterData

See Also

CustomFormatterData Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration 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.