harmony_log 2.0.0 harmony_log: ^2.0.0 copied to clipboard
Harmony Logging Mechanism. It has varous implementations of filters and outputs.
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