Browse Source

更新 sysmgrapp Nlog

CXS 4 years ago
parent
commit
0d64eced60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSSysMgrApp/ControllerSettingForm.cs

+ 1 - 1
OTSSysMgrApp/ControllerSettingForm.cs

@@ -266,7 +266,7 @@ namespace OTSSysMgrApp
                     {
                         MessageBox.Show(str2, "Tip");
                     }
-                    log.Info("Image capture success!");
+                    log.Info("Image capture success!\nImage resolution:"+ tbRWidth.Text+"X"+ tbRHeight.Text+";");
                 }
                 catch (Exception ex)
                 {