crispin 0.2.0 copy "crispin: ^0.2.0" to clipboard
crispin: ^0.2.0 copied to clipboard

Crispin Logger for Dart and Flutter, that allows to use transports along with the logger.

crispin #

style: very good analysis License: MIT melos

Crispin Logger for Dart and Flutter

void main() {
  Crispin().addTransport(LocalLoggerTransport('error'));
  FlutterError.onError = (FlutterErrorDetails details) {
    CrispinLogger().error('Flutter Error', error: details.exception, stackTrace: details.stack);
  };
}

Inspiration #

Heavily inspired by the fantastic WinstonJS project! Thus, the name of this project is a nod to the Winston project by way of another reference. In the video game OverWatch the character Winston is voiced by Crispin Freeman.

README Badge #

Using Crispin? Add a README badge to show it off:

crispin

[![crispin](https://img.shields.io/badge/uses%20-crispin-33AEE7.svg?style=flat-square)](https://github.com/delvefore/crispin)

2
likes
150
pub points
25%
popularity

Publisher

verified publisherdelvefore.com

Crispin Logger for Dart and Flutter, that allows to use transports along with the logger.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on crispin