Compartir vía


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

Represents a logger that will writes trace data to the trace listeners in the System.Diagnostics.TraceSource.Listeners collection using the specified event type, event identifier, and trace data.

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

[ConfigurationElementTypeAttribute(typeof(SystemDiagnosticsLoggerData))]
public class SystemDiagnosticsLogger : ILogger, 
    IDisposable
'Declaration
<ConfigurationElementTypeAttribute(GetType(SystemDiagnosticsLoggerData))> _
Public Class SystemDiagnosticsLogger _
    Implements ILogger, IDisposable
[ConfigurationElementTypeAttribute(typeof(SystemDiagnosticsLoggerData))]
public ref class SystemDiagnosticsLogger : ILogger, 
    IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Logging.SystemDiagnosticsLogger

See Also

SystemDiagnosticsLogger Members

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