Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Logging Namespace
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. |
Classes
Class | Description | |
---|---|---|
Constants |
Defines all the log categories that the Autoscaling Application Block can log to.
|
|
Constants.CategoryNames |
Defines all the category names used by the block.
|
|
Constants.DataPointsCollection |
Defines the log categories related to data points collection.
|
|
Constants.DataPointsCollection.Events |
Defines the events id related to data points collection.
|
|
Constants.Notification |
Defines the log categories related to email notification.
|
|
Constants.Notification.Events |
Defines the events id related to email notification.
|
|
Constants.OperationsTracking |
Defines the log categories related to operation tracking.
|
|
Constants.OperationsTracking.DataKeys |
Defines the keys used when logging additional details related to operation tracking.
|
|
Constants.OperationsTracking.Events |
Defines the events id related to operation tracking.
|
|
Constants.RulesEvaluation |
Defines the log categories related to rules evaluation.
|
|
Constants.RulesEvaluation.DataKeys |
Defines the keys used when logging additional details related to rules evaluation.
|
|
Constants.RulesEvaluation.Events |
Defines the events id related to rules evaluation.
|
|
Constants.Scaling |
Defines the log categories related to scaling operations.
|
|
Constants.Scaling.DataKeys |
Defines the keys used when logging additional details related to scaling operations.
|
|
Constants.Scaling.Events |
Defines the events id related to scaling operations.
|
|
Constants.Scheduling |
Defines the log categories related to scheduling operations.
|
|
Constants.Scheduling.Events |
Defines the events id related to scheduling operations.
|
|
Constants.Store |
Defines log constants related to rules & service information store operations.
|
|
Constants.Store.Events |
Defines the events id related to rules & service information store operations.
|
|
JsonSerializer |
A JSON serializer based on the JavaScriptSerializer class.
|
|
LoggerExtensions |
The logger extensions extends the ILogger interface with additional methods used to log various types of messages.
|
|
LoggingBlockLogger |
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.
|
|
SystemDiagnosticsLogger |
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.
|
Interfaces
Interface | Description | |
---|---|---|
ILogger |
The ILogger interface is used by the Autoscaling Application Block to log the various events related to its execution.
|