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