LoggingBlockLoggerData Class

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Configuration data for the LoggingBlockLogger.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[CommandAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.CollectionElementUseLoggingBlockLoggerCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement = CommandPlacement.ContextAdd, 
    Replace = CommandReplacement.DefaultAddCommandReplacement)]
public class LoggingBlockLoggerData : LoggerData
'Declaration
<CommandAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.CollectionElementUseLoggingBlockLoggerCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement := CommandPlacement.ContextAdd,  _
    Replace := CommandReplacement.DefaultAddCommandReplacement)> _
Public Class LoggingBlockLoggerData _
    Inherits LoggerData
[CommandAttribute(L"Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.CollectionElementUseLoggingBlockLoggerCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement = CommandPlacement::ContextAdd, 
    Replace = CommandReplacement::DefaultAddCommandReplacement)]
public ref class LoggingBlockLoggerData : public LoggerData

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    NamedConfigurationElement
      NameTypeConfigurationElement
        Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.LoggerData
          Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.LoggingBlockLoggerData

See Also

LoggingBlockLoggerData Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace