DB » Api

setlogpath

Description

로그파일 디렉토리(절대경로, 상대경로)를 설정한다. 빈 값("")을 설정하면 로그를 출력하지 않는다.

Parameters

Parameters Type Description
strLogPath STRING 디렉토리 경로

Return Value

Type Description
BOOL 정상처리 여부

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btnTest_on_mouseup(objInst) { // 전용브라우저와 같은 위치의 log 디렉토리에 로그 출력 db01.setlogpath("log"); }

Viewer Ver.

9.1.1.1

Update Date

20240117