This version of Unity is unsupported.

StartupLog

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Switch to Manual

Description

Information about a message

Represents a log message consisting of a timestamp, LogType, and message.

Properties

logTypeType of logged message e.g. warn or error etc.
messageText of logged message.
timestampTime of logged message in nanoseconds.