Click or drag to resize

DebugManagerSetLogOption Method

로그 옵션 설정

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void SetLogOption(
	DebugManagerLogKind graphic,
	DebugManagerLogKind data
)

Parameters

graphic  DebugManagerLogKind
그래픽 코어 로그 레벨
data  DebugManagerLogKind
데이터 코어 로그 레벨
See Also