Procházet zdrojové kódy

add nlog output in the AcquireBSEImage method.

gsp před 3 roky
rodič
revize
9681ef958c

+ 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;