Logger
Delegate in Yarn
Inherits from System.MulticastDelegate
Summary
Represents a method that receives diagnostic messages and error information from a Dialogue .
Remarks
The text that this delegate receives may be output to a console, or sent to a log.
Parameters
Name | Description |
---|---|
| The text that should be logged. |
Last updated