Emits an info-level log with the given tag and msg.
tag
msg
static void info(String tag, String msg) => _log('INFO', tag, msg);