LogError(object, object)
Logs an error message.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
LogError(Object, Object)
public void LogError(object message, object context = null)
Parameters
Remarks
When a is provided, the system displays an error marker next to the specified object in the graph editor. The error message also appears in the Unity Console. If no context is given, the message is logged to the console only. Use the parameter to help users identify the source of the issue within the graph. Use errors for situations where Unity can not recover or proceed normally.
contextcontext