[Windows Only] Add log records to System Event Log
Introduction
This function is supported on Windows only.
Event Log is a log system provided by System.
Generated exe files provide an interface to add log records to system event log. This interface is a wrap of Win32 API: ReportEvent. So you can visit Event Log topics on MSDN to know more about Event Log.
See Also
- Event Log Integrate - Add Event log record in java.
- Event Log Demo - Demo java program to show event log integration.
Add new comment