Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 2.18 KB

File metadata and controls

35 lines (28 loc) · 2.18 KB

EventLook

A fast & handy alternative to Windows Event Viewer built on WPF

gif

Overview

The inbox Windows Event Viewer is a great app that provides comprehensive functionalities in examining events. However, the user experience is not as good as I wish in some usage scenarios - for example, as the list view does not provide a preview for event messages, it would not be suitable to overview what was happening in the machine. EventLook aims to offer an alternative when you want to quickly examine Event Logs, with such UX issues addressed.

Features

  • Overview events with Event Log messages
  • Asynchronous event fetching for quick glance
  • Provides quicker sort, specifying range, filters, and search (coming soon)
  • Quick access to your favorite Applications and Services Logs
  • To view logs in an evtx file, drag & drop the file, then choose it from the list of event sources.

Install

Just download the latest artifact, unzip it, and run EventLook.exe. No registry/local storage is used as of now.

Technologies

TODO

In addition to TODO embedded in the code, wished features are listed up in Issues. I'd be happy if you could join the development!

Contribution

  1. Fork it to your account
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request