easy_dart_logger 1.0.4+1 icon indicating copy to clipboard operation
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
61%
popularity

Publisher

verified publisher icondevac.fr

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

freezed_annotation, logging, universal_io

More

Packages that depend on easy_dart_logger