lite_logger 0.3.0
lite_logger: ^0.3.0 copied to clipboard
A fast, lightweight, and customizable logging utility for Dart & Flutter — with colored output, emoji icons, log filtering, and powerful formatting.
0.3.0 #
usePrintis nowtrueby default so log output usesprint()unless explicitly disabled.
0.2.0 #
usePrintwas changed to false by default.
0.1.2 #
- Add
nameparameter to identify loggers in output. - Improve output formatting to include logger name prefix when provided.
- Enhanced documentation with examples and usage patterns.
0.1.1 #
- Add
usePrintto toggle print vs developer log output.
0.1.0 #
- TYPO: levelText -> levelTexts
0.0.1 #
- Initial version.