Exemple #1
0
 public static void DBTimeTaking(string msg)
 {
     if (ShopConfig.GetConfig("ERRORLOG_DBTIME").GetBoolean())
     {
         TextLog.Debug("", "DBTimeTaking", msg);
     }
 }