Compartir vía


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
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public method Write
Write a new log entry with a specific source, severity, event id, message, and dictionary of additional details.

Extension Methods

  Name Description
Public Extension Method Write(String, TraceEventType, Int32, String) Overloaded. (Defined by LoggerExtensions.)
Public Extension Method Write(String, TraceEventType, Int32, Exception) Overloaded. (Defined by LoggerExtensions.)
Public Extension Method Write(String, TraceEventType, Int32, String, Exception) Overloaded. (Defined by LoggerExtensions.)
Public Extension Method Write(String, TraceEventType, Int32, Exception, IDictionary<String, Object>) Overloaded. (Defined by LoggerExtensions.)
Public Extension Method Write(String, TraceEventType, Int32, String, IDictionary<String, Object>) Overloaded. (Defined by LoggerExtensions.)
Public Extension Method Write(String, TraceEventType, Int32, String, Exception, IDictionary<String, Object>) Overloaded. (Defined by LoggerExtensions.)

See Also

ILogger Interface

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