diff --git a/Rs.DeweyTester/Commom/Msgbox.cs b/Rs.DeweyTester/Commom/Msgbox.cs index 87980d8..f153bc1 100644 --- a/Rs.DeweyTester/Commom/Msgbox.cs +++ b/Rs.DeweyTester/Commom/Msgbox.cs @@ -23,7 +23,7 @@ namespace Rs.MotionPlat.Commom { BuzzerManager.Instance.On(); } - LogHelper.Debug(content); + LogHelper.Debug($"ShowTipDialog({buttons},{content}, {title}, {warning})"); EButtonType ret = EButtonType.None; FrmDialog fd = new FrmDialog(); ret = fd.ShowMessage(buttons, content, "",title); @@ -54,7 +54,8 @@ namespace Rs.MotionPlat.Commom } string logInfo = $"{alarmInfo.CN}"; - LogHelper.Debug(logInfo); + LogHelper.Debug($"ShowDialog({logInfo},{buttons}, {warning})"); + // LogHelper.Debug(logInfo); EButtonType ret = EButtonType.None; if (!boxList.ContainsKey(alarmInfo.AlarmID)) {