This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

Logger Delegate

Represents a method that receives diagnostic messages and error information from a Dialogue.

public delegate void Logger(string message);

Remarks

The text that this delegate receives may be output to a console, or sent to a log.

Parameters

Parameter Description
string message The text that should be logged.

Source

Defined in YarnSpinner/Dialogue.cs, line 167.