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