dev_logging
Usage
Console.i('This is the log for showing info');
Console.s('This is the log for showing success');
Console.w('This is the log for showing warning');
Console.e('This is the log for showing error');
Console.i('This is the log for showing info');
Console.s('This is the log for showing success');
Console.w('This is the log for showing warning');
Console.e('This is the log for showing error');