Freigeben über


ILogger.LogEvent-Methode (String, Int32, XmlNode)

Protokolliert ein Ereignis.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub LogEvent ( _
    plugin As String, _
    logLevel As Integer, _
    innerXml As XmlNode _
)
void LogEvent(
    string plugin,
    int logLevel,
    XmlNode innerXml
)

Parameter

  • plugin
    Typ: System.String
    Das Plug-In, das das Ereignis ausgelöst hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

ILogger Schnittstelle

LogEvent-Überladung

Microsoft.TeamFoundation.Client-Namespace