Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)