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)

[To be supplied.]

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

Parameters

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

See Also

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