Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphLogger

Provides methods for logging messages, warnings, and errors associated with a graph.
Read time 1 minuteLast updated 6 days ago

Definition

public class GraphLogger

Remarks

GraphLogger
integrates with the Unity Console to display logs relevant to graph operations.
When a context is provided, the message is also visually represented in the graph editor using appropriate markers (error, warning, or info).
Console messages are only shown if the graph editor for the corresponding graph is currently open. If the editor is closed, the logs will not appear in the Unity Console.

Methods

Method

Description

LogLogs an informational message.
LogErrorLogs an error message.
LogWarningLogs a warning message.