진단 추적 서비스 사용
로깅 목적으로 enableDiagnosticTrace() 및 disableDiagnosticTrace() 스크립트 서비스를 사용할 경우 이 서비스는 진단 중인 서비스에 대한 래퍼 서비스에 사용되어야 합니다.
아래 예에서 Thing1에 대한 MyService 서비스가 래핑됩니다.
// enableDiagnosticTrace():BOOLEAN
var state = enableDiagnosticTrace();
// result: BOOLEAN
result = Things["Thing1"].MyService();
// disableDiagnosticTrace():BOOLEAN
var state = disableDiagnosticTrace();