PyLogAnalyser
A Python multiplatform tool to filter, colorise and analyse logs
PyLogAnalyzer is a tool that receives an input log in black and white, a configuration INI file, which contains the list of rules to process the input, and an output file where to save the results.
These rules permit to detect an input line according to a regular expression (regex) or line number range, filter it, pass it, colorise in foreground and background, columnise the groups of the regex and enable or disable the rule.
The final goal of this tool is to ameliorate reading long and...