light_logger

Last updated:

0 purchases

light_logger Image
light_logger Images
Add to Cart

Description:

light logger

Dart logger #
A simple logger for Dart and Flutter.
Features #
You can use Logger to print your logs to the console.
Print default style messages #
Logger.printDefault('Hello world');
copied to clipboard
Print messages #
Logger.printMessage('Azure message');
copied to clipboard
Print warnings #
Logger.printWarning('Warning message');
copied to clipboard
Print errors #
Logger.printError('Error message');
copied to clipboard
Print success messages #
Logger.printSuccess('Success message');
copied to clipboard

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.