This documentation is archived and is not being maintained.

ILogger::LogEvent Method (String, Int32, XmlNode)

Logs an event.

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

void LogEvent(
	String^ plugin, 
	int logLevel, 
	XmlNode^ innerXml
)

Parameters

plugin
Type: System::String

The plug-in that raised the event.

logLevel
Type: System::Int32

The log level.

innerXml
Type: System.Xml::XmlNode

The message to write to the log in XML format.

Show: