프로젝트

일반

사용자정보

개정판 cdfb57ff

IDcdfb57ff4780f16447f02fb0203c397a3732c3cd
상위 dbc1e5b6
하위 96c13fad

김태성이(가) 5년 이상 전에 추가함

zoom control 이벤트 추가
mainmenu 수정
app 수정

Change-Id: I0d007c3a3c412b7fbe6e2a52bafb932e1a7b9f03

차이점 보기:

ConvertService/ServiceBase/ConvertionWebService/Conversion.asmx.cs
76 76
            string _result = null;
77 77
            try
78 78
            {
79
                logger.Info($"Conversion Web Service ConvertRun call rev_No :{rev_No} document_No : {document_No}  document_Name : {document_Name}  group_No : {group_No}  prj_No : {prj_No}  document_Id : {document_Id}  document_Url : {document_Url}");
80

  
79 81
                using (DeepView_Entity deepViewEntity = new DeepView_Entity(ConnectStringBuilder.DeepViewConnectionString().ToString()))
80 82
                {
81 83
                    //_result = ConnectStringBuilder.DeepViewConnectionString().ToString();
......
95 97
            }
96 98
            catch (Exception ex)
97 99
            {
98
                logger.Error("Conversion Web Service ConvertRun Error", ex);
100
                logger.Error($"Conversion Web Service ConvertRun Error rev_No :{rev_No} document_No : {document_No}  document_Name : {document_Name}  group_No : {group_No}  prj_No : {prj_No}  document_Id : {document_Id}  document_Url : {document_Url}", ex);
99 101
                _result = ex.Message.ToString();
100 102
                SendNotice("Project NO : " + prj_No + "\r\n  DocumentUrl : " + document_Url + "\r\n Error" + ex.ToString());
101 103
            }
......
217 219
            }
218 220
            catch (Exception ex)
219 221
            {
220
                logger.Error("Conversion Web Service UpdateSlip Error", ex);
222
                logger.Error($"Conversion Web Service UpdateSlip Error EnsembleId : {EnsembleId} SlipNo : {SlipNo}   slipLink: {slipLink}", ex);
221 223
                _result = ex.Message.ToString();                
222 224
            }
223 225
            return _result;

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)