NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLog.WriteEntry (String, String, EventLogEntryType, Int16, Int16)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Sub WriteEntry( _
   ByVal source As String, _
   ByVal message As String, _
   ByVal type As EventLogEntryType, _
   ByVal eventID As Short, _
   ByVal category As Short _
)
[C#]
public static void WriteEntry(
   string source,
   string message,
   EventLogEntryType type,
   short eventID,
   short category
);
[C++]
public: static void WriteEntry(
   String* source,
   String* message,
   EventLogEntryType type,
   short eventID,
   short category
);
[JScript]
public static function WriteEntry(
   source : String,
   message : String,
   type : EventLogEntryType,
   eventID : Int16,
   category : Int16
);

Parameters

source
[To be supplied.]
message
[To be supplied.]
type
[To be supplied.]
eventID
[To be supplied.]
category
[To be supplied.]

See Also

EventLog Class | EventLog Members | System.Diagnostics Namespace | EventLog.WriteEntry Overload List