ILogger, interface
L'interface pour les implémentations de journalisation.Stocke des é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 | |
---|---|---|
LogEvent(String, Int32, String) | Enregistre un événement. | |
LogEvent(String, Int32, XmlNode) | Enregistre un événement. | |
LogException(String, Int32, Exception) | Enregistre une exception. | |
LogException(String, Int32, String, Exception) | Enregistre une exception. |
Début