splitts textbased logfiles with a regex into smaller files
currently supported:
TimeWindow Logfiles that have the following timeformat:
2018-12-28 15:58:49.505
(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}.\d{3})
Removes Lines based on a given Regex
Filter a logfile based on a Regex
- Better usability
- Add more Options
- Add more Screens
- Allow TimeFormat Regexs, so no hardcoded timeformat is used