Interfejs ILogger
Interfejs dla implementacji rejestrowania.Dzienniki zdarzeń w pliku dziennika.
Przestrzeń nazw: Microsoft.TeamFoundation.Client
Zestaw: Microsoft.VisualStudio.TeamFoundation.Client (w Microsoft.VisualStudio.TeamFoundation.Client.dll)
Składnia
'Deklaracja
Public Interface ILogger
public interface ILogger
Metody
Nazwa | Opis | |
---|---|---|
LogEvent(String, Int32, String) | Rejestruje zdarzenie. | |
LogEvent(String, Int32, XmlNode) | Rejestruje zdarzenie. | |
LogException(String, Int32, Exception) | Dzienniki wyjątek. | |
LogException(String, Int32, String, Exception) | Dzienniki wyjątek. |
Początek