It's often slow and cumbersome job to understand the flow of a log file to be able to debug an issue. While debuggers are helpful, they are very slow and sometimes an overkill for just a simple understanding of a log file. Remeber, it's as good as your logs get.
Features
Logflow helps you to follow the sequence of a logfile by opening up the files (with the line number) of each log line.
Press shift+up in the keyboard to go to next line, and press shift+down to go to the previous.
The current processed log line is printed in the debug console.
Usage
Create a config.json file, to specify the log file path, and the path of the source directories (the projects that includes the files that the logflow will search for). It has the following format.