Last updated 2 years ago
Community
Yarn Spinner® and Secret Lab® are trade marks of Secret Lab Pty. Ltd., and are used by Yarn Spinner Pty. Ltd. under license.
Delegate in Yarn
Inherits from System.MulticastDelegate
System.MulticastDelegate
Represents a method that receives diagnostic messages and error information from a Dialogue .
public delegate void Logger(string message);
The text that this delegate receives may be output to a console, or sent to a log.
string message
string
The text that should be logged.