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

Libraries

easy_dart_logger
DartLogger is a simple pure dart logger Ideal for cli