Exemplo n.º 1
0
 protected void Application_End(object sender, EventArgs e)
 {
     m_log.Info(string.Format("订单扫描记录-订单扫描应用程序退出-ApplicationEnd"));
     Handle.Info("订单扫描记录", "JinRi.Notify.OrderScanService.OrderScanHandler", "订单扫描应用程序退出", "ApplicationEnd");
     DBLog.FlushLogMessage();
     System.Threading.Thread.Sleep(1000);
 }