UnityEngine.DebugLogHandler.LogException C# (CSharp) Method

LogException() public method

public LogException ( Exception exception, UnityEngine context ) : void
exception System.Exception
context UnityEngine
return void
        public void LogException(Exception exception, UnityEngine.Object context)
        {
            Internal_LogException(exception, context);
        }