crispin 1.1.0 crispin: ^1.1.0 copied to clipboard
Crispin Logger for Dart and Flutter, that allows to use transports along with the logger.
1.1.0 #
- Add
removeTransportByType
allowing removal of transports by aType
- Add
removeAllTransports
1.0.0 #
- All log level methods now accept optional
stackTrace
parameter
0.2.0 #
- dart formatting resolved
- documentation including support for docs.page
0.1.0 #
- Core Crispin proxy including methods
info
,warn
,error
,debug
, andsilly
- Ability to add Transports via
addTransport(..)