프로젝트

일반

사용자정보

개정판 a79d6d46

IDa79d6d46caa66fd1c0b47db2258ec79b45936b9c
상위 d57a5303
하위 dec837fa

gaqhf 이(가) 약 6년 전에 추가함

dev issue #000 : commit

차이점 보기:

DTI_PID/SPPIDAutoModeling/ItemObject.cs
310 310
                        }
311 311
                        catch (Exception ex)
312 312
                        {
313
                            Console.WriteLine(ex.StackTrace);
313
                            Log.WriteLine(ex);
314 314
                        }
315 315
                    }
316 316
                    // End
......
335 335
                    }
336 336
                    catch (Exception ex)
337 337
                    {
338
                        Console.WriteLine(ex.StackTrace);
338
                        Log.WriteLine(ex);
339 339
                    }
340 340
                    // End
341 341
                }
342 342
            }
343 343
            catch (Exception ex)
344 344
            {
345
                Console.WriteLine(ex.StackTrace);
345
                Log.WriteLine(ex);
346 346
                return false;
347 347
            }
348 348
            return true;
......
502 502
            }
503 503
            catch (Exception ex)
504 504
            {
505
                Console.WriteLine(ex.StackTrace);
505
                Log.WriteLine(ex);
506 506
                return false;
507 507
            }
508 508
            return true;
......
532 532
            }
533 533
            catch (Exception ex)
534 534
            {
535
                Console.WriteLine(ex.StackTrace);
535
                Log.WriteLine(ex);
536 536
            }
537 537
        }
538 538
    }
......
628 628
            }
629 629
            catch (Exception ex)
630 630
            {
631
                Console.WriteLine(ex.StackTrace);
631
                Log.WriteLine(ex);
632 632
                return false;
633 633
            }
634 634

  
......
675 675
            }
676 676
            catch (Exception ex)
677 677
            {
678
                Console.WriteLine(ex.StackTrace);
678
                Log.WriteLine(ex);
679 679
            }
680 680

  
681 681
            

내보내기 Unified diff