فهرست منبع

add nlog output in the AcquireBSEImage method.

gsp 3 سال پیش
والد
کامیت
9681ef958c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      OTSIncAMeasureApp/ServiceCenter/ScanController.cs

+ 1 - 1
OTSIncAMeasureApp/ServiceCenter/ScanController.cs

@@ -278,7 +278,7 @@ namespace OTSModelSharp.ServiceInterface
                 }
                 catch (Exception ex)
                 {
-                    throw ex;
+                    NLog.LogManager.GetCurrentClassLogger().Error(ex.ToString());
                 }
 
                 return GetImgCount;