Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 694 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 694 Bytes

multilogger

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.

multicolor

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.