-
Notifications
You must be signed in to change notification settings - Fork 21
Debug模块
zerlenzhang edited this page Mar 4, 2020
·
1 revision
args: 日志所在相对路径,日志文件前缀,是否打印到控制台
Debug.LogInit("logger","gateway",true);
args: 【不定参数】任何类型
Debug.Log(arg1,arg2,...); // 等同于print
args: 【不定参数】任何类型
Debug.LogWarning(arg1,arg2,...);
args: 【不定参数】任何类型
Debug.LogError(arg1,arg2,...);