LoggingBlockLogger 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 forward log messages to the Enterprise Library Logging Application Block using the specified categories/sources, 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(LoggingBlockLoggerData))]
public class LoggingBlockLogger : ILogger,
IDisposable
'Declaration
<ConfigurationElementTypeAttribute(GetType(LoggingBlockLoggerData))> _
Public Class LoggingBlockLogger _
Implements ILogger, IDisposable
[ConfigurationElementTypeAttribute(typeof(LoggingBlockLoggerData))]
public ref class LoggingBlockLogger : ILogger,
IDisposable
Remarks
If additional logging data is logged, a single entry
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Logging.LoggingBlockLogger
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Logging Namespace