This script is used for logging messages to the console and a log file and is designed to be similar to the API of the python logging module. It includes log rotation by size and by the number of log files.<p>I hope it's helpful to those who still need to standardize their logging. It is opinionated so importing into log platforms is easy.<p>My first submission of any code, so suggestions are welcome.