[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 );
EventLog Class | EventLog Members | System.Diagnostics Namespace | EventLog.WriteEntry Overload List