No log is too tough!
Lumberjack is a multi-platform log parsing and data plotting tool. Designed to quickly parse and navigate large data logs, Lumberjack provides simple, repeatable management of your logs.
Designed around a configurable plugin system, Lumberjack is designed to be extensible. Do you use a proprietary file format or need to perform a particular pre-processing step? Plugins can be easily designed to meet your needs.
Written in C++ and supported by the Qt / Qwt ecosystem, Lumberjack is blazingly fast, allowing rapid exploration of large data sets.
TODO: Plugin support
An integrated Python scripting console provides access to loaded data, allowing easy hacking and adjusting of data as required.
TODO: Windows installer
TODO: Linux package
TODO: MacOS package
Lumberjack is built using the Qt framework. To compile the Lumberjack program you will first need to download and install the Qt framework from the Qt download page.
Lumberjack makes use of the Qt Widgets for Technical Applications (QWT) framework.
We integrate the Simple-FFT library for fast Fourier transform (FFT) support.
Lumberjack uses Python for scripting. A Python interpreter is embedded in the Lumberjack application.