log static method
Implementation
static void log(String message) {
final location = _getLocation();
developer.log(
"${DateTime.now().toIso8601String()} $_tag: $message ${chalk.grey('Location: $location')}");
}
static void log(String message) {
final location = _getLocation();
developer.log(
"${DateTime.now().toIso8601String()} $_tag: $message ${chalk.grey('Location: $location')}");
}