Logger
Inherits from
System.MulticastDelegate
public delegate void Logger(string message);
The text that this delegate receives may be output to a console, or sent to a log.
Name | Description |
---|---|
string message | The text that should be logged. |
Last modified 21d ago