Log Method
Overloads
Log(String, String) |
Post message to the DebugConsole. If no debug console is active, then the method has no effect. |
Log(String, String)
Post message to the DebugConsole. If no debug console is active, then the method has no effect.
Declaration
void Log(string source, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | source |
Source identifier. |
System.String | message |
Message to post. |