Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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