pvlogger 0.9.2
pvlogger: ^0.9.2 copied to clipboard
A powerful and flexible logging utility for Dart applications
0.9.2 #
- Allowed passing level to
loggerfunctions - pub.dev compliance updates
0.9.1 #
- Added selective extra keys filtering to
toJson()methods - Added
toJsonString()convenience methods for direct JSON string output - Improved test coverage for serialization functionality
0.9.0 #
- Initial release of PVLogger
- Adapter-based logging architecture with EventBuilder, Action, and Filter mixins
- Namespace and scope support for hierarchical logging
- Built-in formatters and print adapters
- Async/sync logging support
- Exception and stack trace logging with
catchErrormethods - Level-based filtering system
- JSON serialization utilities
- Comprehensive test suite with test capture adapter