logging_colorful 1.2.0 logging_colorful: ^1.2.0 copied to clipboard
Logging package with colors, no external dependencies.
1.0.0 #
- Initial version.
- AnsiColor enum
- LoggerColorful
1.0.1 #
- Screenshot in Readme
1.1.0 #
- Logger attribute is lately initialized with the String
1.1.1 #
- Logger message are converted
toString
by default to avoid non colored output for other types
1.2.0 #
- Update dev dependencies
- Colorization can be disabled with
disabledColors
, this can be usefull on iOS that does not support ANSI colors (they are escaped)