ILogger-Schnittstelle
Die - Schnittstelle zum Protokollieren von Implementierungen.Protokolliert Ereignisse in einer Protokolldatei.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface ILogger
public interface ILogger
Methoden
Name | Beschreibung | |
---|---|---|
LogEvent(String, Int32, String) | Protokolliert ein Ereignis. | |
LogEvent(String, Int32, XmlNode) | Protokolliert ein Ereignis. | |
LogException(String, Int32, Exception) | Protokolliert eine Ausnahme. | |
LogException(String, Int32, String, Exception) | Protokolliert eine Ausnahme. |
Zum Seitenanfang