jetlog 1.0.0-rc.1
jetlog: ^1.0.0-rc.1 copied to clipboard
Compact and robust structured logger for Dart. This library provides a strongly typed APIs for logging records with structured data.
CHANGELOG.md #
1.0.0-rc.1 #
- BREAKING CHANGE Extract predefined logging methods from
InterfacetoDefaultLogextension.
1.0.0-rc.0 #
- Drop
tracelevel in favor ofdebug, makeInterface#traceto acceptlevelas optional second parameter. - Introduce
Anyfield, a special field kind of which is determined based onvalue's type probation. - Introduce lazy fields, i.e. fields values of which are evaluated on access.
Formatternow is typedef rather than abstract class.Filternow is typedef rather than abstract class. It allows plain functions to be used as filters as well as callable classes.
0.6.0 #
StreamHandlerthrows onnullstream as well asnullformatter.