k_logger

Last updated:

0 purchases

k_logger Image
k_logger Images
Add to Cart

Description:

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.