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');

Libraries

dev_console