Skip to content

tr00p3r/Tailviewer

 
 

Repository files navigation

Tailviewer

Build status

Tailviewer is a free and active open-source log file viewer.

Tailviewer is supported on Windows 7, 8 and 10 and requires .NET 4.5 or higher.

Head on over to https://kittyfisto.github.io/Tailviewer/ in order to download the newest version.

Tailviewer application

Tailviewer supports live filtering on medium to large (< 1Gb) log files.

Live filtering

Installation

Simply download the latest version from https://kittyfisto.github.io/Tailviewer/.

Developing plugins

Tailviewer can be extended by installing plugins for file formats which aren't natively supported.

In order to start developing a plugin, you need to install Visual Studio (any version since Visual Studio 2012 will do) and create a new Class Library targeting .NET 4.5. You must then add a reference to Tailviewers API which can be found on nuget.org. Please note the API is not yet stable and subject to change until release 1.0.
Once you've implemented at least one of the IPlugin interfaces (such as IFileFormatPlugin), you can place your plugin in the "%ProgramFiles%\Tailviewer\Plugins" folder.

A real world example of such a plugin can be found here, which shows how to allow Tailviewer to display a table from a SQLite file.

Contributing

See here

History

TODO: Write history

Credits

TODO

License

MIT

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%