Freigeben über


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
Öffentliche Methode LogEvent(String, Int32, String) Protokolliert ein Ereignis.
Öffentliche Methode LogEvent(String, Int32, XmlNode) Protokolliert ein Ereignis.
Öffentliche Methode LogException(String, Int32, Exception) Protokolliert eine Ausnahme.
Öffentliche Methode LogException(String, Int32, String, Exception) Protokolliert eine Ausnahme.

Zum Seitenanfang

Siehe auch

Referenz

Microsoft.TeamFoundation.Client-Namespace