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
debugPrintplain logger usingLogPlainOutput.debugPrint(). - Added
reqirectlog implementation usingLog.redirect().
2.0.1 #
- Added
dart:developerplain logger usingLogPlainOutput.developerLog().
2.0.0 #
- BREAKING: Using
childinLoginstead ofoutput. - Now
Logalso implementsLogOutput. - Now log id is
integerinstead ofString. - Removed
uuidlog id generation. - Added noop log implementation
Log.noop(). - Added
Zoneinformation to log events. - Added
dart:developerlogger usingLogOutput.developerLog().
1.0.0 #
- Initial release