Share via


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

The latest Enterprise Library information can be found at the Enterprise Library site.

Provides an implementation for BinaryLogFormatterData that splits policy overrides processing and WMI objects generation, performing appropriate logging of policy processing errors.

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

Syntax

'Declaration
Public Class BinaryLogFormatterDataManageabilityProvider _
    Inherits ConfigurationElementManageabilityProviderBase(Of BinaryLogFormatterData)
public class BinaryLogFormatterDataManageabilityProvider : ConfigurationElementManageabilityProviderBase<BinaryLogFormatterData>
public ref class BinaryLogFormatterDataManageabilityProvider : public ConfigurationElementManageabilityProviderBase<BinaryLogFormatterData^>
public class BinaryLogFormatterDataManageabilityProvider extends ConfigurationElementManageabilityProviderBase<BinaryLogFormatterData>

Inheritance Hierarchy

System.Object
  ConfigurationElementManageabilityProvider
    ConfigurationElementManageabilityProviderBase<BinaryLogFormatterData>
      Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Manageability.Formatters.BinaryLogFormatterDataManageabilityProvider

See Also

BinaryLogFormatterDataManageabilityProvider Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Manageability.Formatters Namespace