Very simple and minimal setup to use, and differentiate logs with colorful output.

Show some ❤️ and star the repo to support the project

Getting started

Just need to add this library into your pubspec.yaml and start using it.

KLogger.i("Test Data Info");

Output

Usage

KLogger.i("Test Data Info");
KLogger.v("Test Data Verbose");
KLogger.w("Test Data warning");
KLogger.d("Test Data debug");
KLogger.e("Test Data error");

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page

Want to contribute

If you would like to contribute to the package (e.g. by solving a bug or adding a cool new feature), send us your pull request.

Libraries

k_logger