easy_dart_logger 1.0.0+2 copy "easy_dart_logger: ^1.0.0+2" to clipboard
easy_dart_logger: ^1.0.0+2 copied to clipboard

A simple pure dart logger

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