harmony_log 2.0.2 harmony_log: ^2.0.2 copied to clipboard
Harmony Logging Mechanism. It has varous implementations of filters and outputs.
2.0.1 #
- Added
debugPrint
plain logger usingLogPlainOutput.debugPrint()
. - Added
reqirect
log implementation usingLog.redirect()
.
2.0.1 #
- Added
dart:developer
plain logger usingLogPlainOutput.developerLog()
.
2.0.0 #
- BREAKING: Using
child
inLog
instead ofoutput
. - Now
Log
also implementsLogOutput
. - Now log id is
integer
instead ofString
. - Removed
uuid
log id generation. - Added noop log implementation
Log.noop()
. - Added
Zone
information to log events. - Added
dart:developer
logger usingLogOutput.developerLog()
.
1.0.0 #
- Initial release