This documentation is archived and is not being maintained.
ILogger Interface
Visual Studio 2013
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)
| 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. |
Show:
