Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


stackTraceLogType

Obsolete. Use Application.SetStackTraceLogType.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Deprecated. Use SetStackTraceLogType/GetStackTraceLogType instead
public static StackTraceLogType stackTraceLogType { get; set; }

Remarks

Set the stack trace logging options The default value is StackTraceLogType.ScriptOnly.
Use this when you want more debugging information printed in log messages. For example, if you set StackTraceLogType.Full, both native and managed stack traces will be included.