This version of Unity is unsupported.

Application.LogCallback

Declaration

public delegate void LogCallback(string condition, string stackTrace, LogType type);

Description

Use this delegate type with Application.logMessageReceived or Application.logMessageReceivedThreaded to monitor what gets logged.