Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.