Application.LogCallback

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.