Multilogger is a small logging wrapper based on logrus that writes logs simultaneously to the console,
files or any other hook. Each of those logging methods can be given a different logging level. It exposes the same API as a regular logrus
logger.
See multilogger godoc for full documentation.
There is also a sub package used to handle colors and attributes. It is based on color which is an archived project but still useful.
See multicolor godoc for full documentation.