DEV Community

Lior Banai
Lior Banai

Posted on

Analogy: Open source Log viewer

Hi All,
I would like to present you a new extendable Log viewer.

Analogy Log Viewer is multi purpose Log Viewer for Windows Operating systems.

The application has many standard operations for analysis logs (like filtering, excluding) but its strength is in the ability to add additional custom data provider by implementing few interfaces. This allows adding any logs formats and/or custom modification of logs before presenting the data in the UI Layer. Some features of this tool are:

  1. Windows event log support (evtx files)
  2. Logs aggregation into single view.
  3. Search in multiple files
  4. Combine multiple files
  5. Compare logs
  6. Themes support
  7. 64 bit support (allow loading more files compare to old tool)
  8. Personalization (users settings per user)
  9. Columns extension to add more columns specific to the data provider implementation
  10. Exporting to Excel/CSV files

If you are using your own logs formats you can add those logs to the application by implementing few interfaces to read log files or to get real time logs.

the repository resides at https://github.com/philips-software/logviewer
with many more features to be added in the future.

Top comments (0)