Logs an informational message tagged with the given tag.
tag
static void info(String tag, String message) { // ignore: avoid_print print('[${DateTime.now().toIso8601String()}] [$tag] $message'); }