Class ConsoleLogHandler
Inheritance
System.Object
ConsoleLogHandler
Namespace: UnityEditor.Graphing
Syntax
public class ConsoleLogHandler : ILogHandler
Methods
LogException(Exception, UnityEngine.Object)
Declaration
public void LogException(Exception exception, UnityEngine.Object context)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | |
UnityEngine.Object | context |
LogFormat(LogType, UnityEngine.Object, String, Object[])
Declaration
public void LogFormat(LogType logType, UnityEngine.Object context, string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
LogType | logType | |
UnityEngine.Object | context | |
System.String | format | |
System.Object[] | args |