Skip to content

Windows tail program and log file analyzer.

License

Notifications You must be signed in to change notification settings

erdincay/LogExpert

 
 

Repository files navigation

LogExpert Build status

Clone from https://logexpert.codeplex.com/

Important

Please participate on this #81 which .NET version should be used in the future

Overview

LogExpert is a Windows tail program (a GUI replacement for the Unix tail command).

Summary of (most) features:

  • Tail mode
  • MDI-Interface with Tabs
  • Search function (including RegEx)
  • Bookmarks
  • A very flexible filter view and possibility to filter to tab
  • Highlighting lines via search criteria
  • Triggers (e.g. create Bookmark or execute a plugin) via search criteria
  • Columnizers: Plugins which split log lines into columns
  • Unicode support
  • log4j XML file support
  • 3rd party plugin support
  • Plugin API for more log file data sources
  • Automatical determine columnizer with given file name and content (Experimental)
  • Serilog.Formatting.Compact format support (Experimental)

Download

Follow the Link and download the latest package. Just extract it where you want and execute the application.

Or Install via chocolatey

choco install logexpert

Requirements

  • .NET 4.0

CI

This is a continous integration build. So always the latest and greates changes. It should be stable but no promises. Can be viewed as Beta.

CI Download

How to Build

  • Clone / Fork / Download the source code
  • Open the Solution (src/LogExpert.sln) with Visual Studio 2017 (e.g. Community Edition)
  • Restore Nuget Packages on Solution
  • Build
  • The output is under bin/(Debug/Release)/

Nuke.build Requirements

  • Chocolatey must be installed

Pull Request

  • Use Development branch as target

FAQ / HELP / Informations / Examples

Please checkout the wiki for FAQ / HELP / Informations / Examples

https://github.com/zarunbal/LogExpert/wiki

About

Windows tail program and log file analyzer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%