Last updated:
0 purchases
k logger
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");
copied to clipboard
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");
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.