Freigeben über


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

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, _
    msg As String _
)
void LogEvent(
    string plugin,
    int logLevel,
    string msg
)

Parameter

  • plugin
    Typ: System.String
    Das Plug-In, das das Ereignis ausgelöst hat.
  • msg
    Typ: System.String
    Die in das Protokoll geschrieben, Zeichenfolge.

.NET Framework-Sicherheit

Siehe auch

Referenz

ILogger Schnittstelle

LogEvent-Überladung

Microsoft.TeamFoundation.Client-Namespace