ILogger.LogEvent Method (String, Int32, XmlNode)

Logs an event.

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
)
void LogEvent(
    String^ plugin, 
    int logLevel, 
    XmlNode^ innerXml
)
abstract LogEvent : 
        plugin:string * 
        logLevel:int * 
        innerXml:XmlNode -> unit
function LogEvent(
    plugin : String, 
    logLevel : int, 
    innerXml : XmlNode
)

Parameters

.NET Framework Security

See Also

Reference

ILogger Interface

LogEvent Overload

Microsoft.TeamFoundation.Client Namespace