A serials tools in python for daily development
This tool is used to monitor multiple logs in server, which is common task for most developer and administrator, generally, you need open several ssh windows to check each log. With this tool, it can combine all logs output into one screen and check if there are any error / exceptions (configurable) to output. Beside, it provides the log event interface you can implement it to handle each log line like extracting counters, detecting exception , send log message to remote server etc...