WriteWindowsEventLog(EventType,String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Write a generic message to the Windows Event Log.
public static void WriteWindowsEventLog(
DNALog.EventType eventType,
string eventString
)
public:
static void WriteWindowsEventLog(
DNALog.EventType eventType,
String^ eventString
)
Parameters
- eventType
- The event type that should be displayed with this message in the Windows Event Log.
- eventString
- The string to write to the Windows Event Log.