v0.0.12
This release provides support for colorized log level per registered output. Log's level will be colorful for registered io.Writer
(via AddOutput
) that supports colors, even when the rest of the writers (e.g. files) don't.
Breaking changes on the Levels
map. See the corresponding updated example for migration.