It would be extremely helpful to have color logging on outputs. It would be great for some flexibility of this so that it can be used in a couple different scenarios:
- Simple log-level based coloring, meaning a different color for
trace, debug, info, warn, and error logs.
- Random log based coloring, meaning a dedicated color per logger. This is what the debug library does on NodeJS and it's very helpful.
I'm not too sure of what the config / options should look like, but I am very certain this should probably be a plugin.
It would be extremely helpful to have color logging on outputs. It would be great for some flexibility of this so that it can be used in a couple different scenarios:
trace,debug,info,warn, anderrorlogs.I'm not too sure of what the config / options should look like, but I am very certain this should probably be a plugin.