ILogger.LogEvent Method (String, Int32, String)

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

Parameters

.NET Framework Security

See Also

Reference

ILogger Interface

LogEvent Overload

Microsoft.TeamFoundation.Client Namespace