private static loger_application GetApplication() { try { return(_LogRule.GetCacheApplication(LogSectionHelper.ApplicationCode)); } catch (Exception exception) { EventLogHelper.WriterLog("读取日志程序代码", exception); return(null); } }