EventLog
public EventLog()
public static void WriteEntry(string source, string message, EventLogEntryType type, int eventID, short category)
public static void WriteEntry(string source, string message, EventLogEntryType type, int eventID, short category, byte[] rawData)
public void WriteEntry(string message, EventLogEntryType type, int eventID, short category, byte[] rawData)