log static method
Implementation
static void log(dynamic msg, {String tag = TAG}) {
if (Application.debug) {
developer.log('$msg', name: tag);
}
}
static void log(dynamic msg, {String tag = TAG}) {
if (Application.debug) {
developer.log('$msg', name: tag);
}
}