flutter_devlog 0.1.0
flutter_devlog: ^0.1.0 copied to clipboard
A lightweight, zero-dependency, extensible colored console logger for Dart and Flutter with source location, JSON, levels, tags and scopes.
0.1.0 #
Initial release.
- Leveled colored logging:
info,success,warn,error,api,storage,ui. - Custom
LogLevelsupport withLogPriorityfor filtering. - Optional
[file:line]source location (DevLog.includeSource). errorandstackTraceparameters forwarded todart:developer.- Tagged logging (
tag:) and per-moduleDevLog.scoped()loggers. DevLog.minPriorityfilter andDevLog.lazy()for deferred messages.- Pretty JSON logging via
DevLog.json. - Pluggable output via
DevLog.onLog; debug-only by default.