Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LogOption

Option flags for specifying special treatment of a log message.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum LogOption

Fields

Value

Description

NoneNormal log message.
NoStacktraceThe log message will not have a stacktrace appended automatically.