Deli putem


ILogger Interface

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.

The ILogger interface is used by the Autoscaling Application Block to log the various events related to its execution.

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

Syntax

public interface ILogger : IDisposable
'Declaration
Public Interface ILogger _
    Inherits IDisposable
public interface class ILogger : IDisposable

See Also

ILogger Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Logging Namespace