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');