浏览代码

1. 로그 출력 플래그 정리

Changwoo Nam 4 年之前
父节点
当前提交
7ef774753d

+ 2 - 2
WallPadDevService/src/main/java/com/artncore/wallpaddevservice/driver/HeatingFinder_Controller.java

@@ -114,8 +114,8 @@ public class HeatingFinder_Controller extends DeviceManager
     public HeatingFinder_Controller()
     {
         /* 로그 초기상태 */
-        log_sw = false;
-        SerialLog = false;
+//        log_sw = true;
+//        SerialLog = true;
 
         /* 통신성공률 변수 초기화 */
         super.CommDataGeneration(1);

+ 2 - 2
WallPadDevService/src/main/java/com/artncore/wallpaddevservice/driver/HeatingV1_Controller.java

@@ -155,8 +155,8 @@ public class HeatingV1_Controller extends DeviceManager
     public HeatingV1_Controller()
     {
         /** 로그 초기상태 */
-        log_sw = false;
-        SerialLog = false;
+//        log_sw = true;
+//        SerialLog = true;
         /** 통신성공률 변수 초기화 */
         super.CommDataGeneration(1);
 

+ 2 - 2
WallPadDevService/src/main/java/com/artncore/wallpaddevservice/driver/HeatingV2_Controller.java

@@ -210,8 +210,8 @@ public class HeatingV2_Controller extends DeviceManager
     public HeatingV2_Controller()
     {
         /** 로그 초기상태 */
-        log_sw = false;
-        SerialLog = false;
+//        log_sw = true;
+//        SerialLog = true;
         /** 모델정보 가져오기 */
         mModelType = Version.getModelType();
 

+ 2 - 1
WallPadDevService/src/main/java/com/artncore/wallpaddevservice/driver/Light_Controller.java

@@ -163,7 +163,8 @@ public class Light_Controller extends DeviceManager
     public Light_Controller()
     {
         /* 로그 초기상태 */
-        log_sw = false;
+//        log_sw = true;
+//        SerialLog = true;
 
         /* 통신성공률 변수 초기화 */
         super.CommDataGeneration(1);