color_logging 0.0.30
color_logging: ^0.0.30 copied to clipboard
A color logging package for flutter depend on logging package.
0.0.29 #
- Feat: Add onEvent callback to
listenOnColorLogger
for custom event processing.
0.0.28 #
chore: Improve stack trace output format.
0.0.27 #
- Feature: Add message line time
0.0.26 #
- Refactor error stack format
0.0.24 #
- BugFix: Support stack trace
try {
return MapEntry(
"$formFieldKey.$k",
RecipientFormData.fromJson(v),
);
} catch (exception, s) {
log.severe(exception, null, s);
rethrow;
}
0.0.23 #
- BugFix: Correct long message printing on Android and iOS
0.0.22 #
- Update logging level colors for Level.INFO in default_config.dart
0.0.21 #
- Update logging level colors and output fmt
0.0.20 #
0.0.19 #
0.0.18 #
0.0.17 #
- Update readme
0.0.16 #
- Add prefix argument to
logPrettyMap
function
0.0.15 #
- Add support for logging pretty formatted maps
0.0.14 #
- Update log formatting
0.0.13 #
- Set highLightLevel to Level.ALL in color_logging.dart
0.0.12 #
0.0.11 #
- Bug fix : color not work when '\n' in string
0.0.10 #
- support web tracking but not
0.0.8 #
- support web color not support tracking
0.0.7 #
- remove tracking package:test_api file
0.0.5 #
0.0.4 #
- remove Flutter sdk requirement
0.0.3 #
- downgrade lower bound of sdk: '>=2.12.0 <4.0.0'
0.0.2 #
- remove tracking color_logging file
0.0.1 #
- TODO: Describe initial release.