ILogger Members
Include Protected Members
Include Inherited Members
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 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) |
|
Write |
Write a new log entry with a specific source, severity, event id, message, and dictionary of additional details.
|
Extension Methods
Name | Description | |
---|---|---|
Write(String, TraceEventType, Int32, String) | Overloaded. (Defined by LoggerExtensions.) | |
Write(String, TraceEventType, Int32, Exception) | Overloaded. (Defined by LoggerExtensions.) | |
Write(String, TraceEventType, Int32, String, Exception) | Overloaded. (Defined by LoggerExtensions.) | |
Write(String, TraceEventType, Int32, Exception, IDictionary<String, Object>) | Overloaded. (Defined by LoggerExtensions.) | |
Write(String, TraceEventType, Int32, String, IDictionary<String, Object>) | Overloaded. (Defined by LoggerExtensions.) | |
Write(String, TraceEventType, Int32, String, Exception, IDictionary<String, Object>) | Overloaded. (Defined by LoggerExtensions.) |
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Logging Namespace