easy_dart_logger 1.0.4+1 copy "easy_dart_logger: ^1.0.4+1" to clipboard
easy_dart_logger: ^1.0.4+1 copied to clipboard

A simple and easy to use pure dart logger compatible with dart and Flutter

easy_dart_logger #

easy_dart_logger help you easily write well formatted logs.

Features #

  • Print human readable inline logs
  • Print json logs

Getting started #

Add easy_dart_logger as dependencies of your project

Usage #

DartLogger.global.error('error');

DartLogger.global.debug('debug');

DartLogger.global.info('info');

DartLogger.global.warning('warning');
0
likes
140
pub points
65%
popularity

Publisher

verified publisherdevac.fr

A simple and easy to use pure dart logger compatible with dart and Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

freezed_annotation, logging, universal_io

More

Packages that depend on easy_dart_logger