Click or drag to resize
XDL

XfnSetLoggingEnable Method

출력창 또는 콘솔창에 XDL의 로그 출력 여부를 설정한다.
기본값은 true.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 3.0.0.3
Syntax
C#
public static void SetLoggingEnable(
	bool logOn
)

Parameters

logOn  Boolean
ture이면 로그 출력.
See Also