Convert all prints to logs #61
Labels
enhancement
New feature or request
good first issue
Good for newcomers
improving code organization
All the staff that improve code without change to functionality
super easy
Super easy issue that can be solved even by programmers that not familiar withe the programming lang
Follow up to #59 we now need to convert all the pints in the app to use the new log system that we have added.
Just use
logger.i('Text');
instead ofprint('Text');
and import the logger function fromimport package:cbj_hub/utils.dart';
Here are the types of log that you can use
The text was updated successfully, but these errors were encountered: