static void e(String msg, {String tag = tag}) { if (!Utils.isRelease) { LogUtil.e(msg, tag: tag); } }