Click or drag to resize

DebugManagerSetLogOption Method

로그 옵션 설정

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

Parameters

graphic
Type: VIZCore3D.NET.ManagerDebugManagerLogKind
그래픽 코어 로그 레벨
data
Type: VIZCore3D.NET.ManagerDebugManagerLogKind
데이터 코어 로그 레벨
See Also