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