public static void AddLog(string type, string classname, string content) { _dao.InfoLog(type, classname, content); }