Version: 2020.1
언어: 한국어

Application.SetStackTraceLogType

매뉴얼로 전환
public static void SetStackTraceLogType (LogType logType, StackTraceLogType stackTraceType);

설명

Set stack trace logging options. The default value is StackTraceLogType.ScriptOnly.

Useful when you want more debugging information when a log message is printed to the log. For example, if you set StackTraceLogType.Full, both native and managed stack traces will be printed for messages.