Li

Delete

Are you sure you want to delete this?

CntanzModel


Date
20211229
Target
C_024
Title
이니시스 로그 폴더 생성 PG>KGinicisMobile>log
Contents
'이부분에 로그파일 경로를 수정해주세요. '로그를 남기셔야 오류 발생시 오류 추적이 가능 합니다. logdate = year(now) & right("0" & month(now),2) & right("0" & day(now),2) logfilename = "noti_input_"& f_tempDate & logdate & ".log" filepath = "D:\\12_www.tanz.co.kr\\DotNetIdentity\\PG\\KGinicisMobile\\log\\" & logfilename '로그를 기록할 디렉터리 이병일이 수정함 20170917일에 '********************************************************************************** writeLog filepath , noti