highlight static method
Implementation
static void highlight(Object? object) {
final location = _getLocation();
developer.log(
"${DateTime.now().toIso8601String()} ${chalk.yellowBright("HIGHLIGHT: $object")} ${chalk.grey('Location: $location')}");
}