This is a simple .NET 4.8.1 application that can be used to hook event logs and display any changes in a table. Events logged during the monitoring period can be exported to CSV or XML.
You can clone this repository then build it your self or download the binary from the release tab.
- Added indicator for running as Administrator
- Renamed column headers in GUI
- Added more Event Log Channels to monitor
- Updated nuget packages
- Forked/updated version
- Signed binary
- Updated nuget packages
- Added Export to CSV
- Added file sizes to Display Hooked Logs
- Fix a bug where the details column is displyed in the event id column.
- Added Tooltip on the log details cells
- Added Start / Stop log monitoring feature
- Bug fixes and general improvements
- Initial Version