[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, _ ByVal rawData() As Byte _ ) [C#] public static void WriteEntry( string source, string message, EventLogEntryType type, short eventID, short category, byte[] rawData ); [C++] public: static void WriteEntry( String* source, String* message, EventLogEntryType type, short eventID, short category, unsigned char* rawData[] ); [JScript] public static function WriteEntry( source : String, message : String, type : EventLogEntryType, eventID : Int16, category : Int16, rawData : Byte[] );
EventLog Class | EventLog Members | System.Diagnostics Namespace | EventLog.WriteEntry Overload List