ILogger Interface
The interface for logging implementations. Logs events into a log file.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
声明
Public Interface ILogger
public interface ILogger
public interface class ILogger
type ILogger = interface end
public interface ILogger
Methods
Name | Description | |
---|---|---|
LogEvent(String, Int32, String) | Logs an event. | |
LogEvent(String, Int32, XmlNode) | Logs an event. | |
LogException(String, Int32, Exception) | Logs an exception. | |
LogException(String, Int32, String, Exception) | Logs an exception. |
Top