Share via


ILogger, interface

L'interface pour stocker des implémentations. Stocke les événements dans un fichier journal.

Espace de noms :  Microsoft.TeamFoundation.Client
Assembly :  Microsoft.VisualStudio.TeamFoundation.Client (dans Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
Public Interface ILogger
public interface ILogger

Méthodes

  Nom Description
Méthode publique LogEvent(String, Int32, String) Enregistre un événement.
Méthode publique LogEvent(String, Int32, XmlNode) Enregistre un événement.
Méthode publique LogException(String, Int32, Exception) Enregistre une exception.
Méthode publique LogException(String, Int32, String, Exception) Enregistre une exception.

Début

Voir aussi

Référence

Microsoft.TeamFoundation.Client, espace de noms