Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
plugin
Type: System.StringThe plug-in that raised the event.
logLevel
Type: System.Int32The log level.
msg
Type: System.StringThe string to write to the log.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.