Emits a warning-level log with the given tag and msg.
tag
msg
static void warn(String tag, String msg) => _log('WARN', tag, msg);