TeamFoundationApplicationCore.Log Method (String, Int32, EventLogEntryType)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Sub Log ( _
message As String, _
eventId As Integer, _
level As EventLogEntryType _
)
public static void Log(
string message,
int eventId,
EventLogEntryType level
)
public:
static void Log(
String^ message,
int eventId,
EventLogEntryType level
)
static member Log :
message:string *
eventId:int *
level:EventLogEntryType -> unit
public static function Log(
message : String,
eventId : int,
level : EventLogEntryType
)
Parameters
- message
Type: System.String
- eventId
Type: System.Int32
- level
Type: System.Diagnostics.EventLogEntryType
.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.