Log Method
Overloads
Log(String) |
Method to use when emitting a log message. |
|
Log(String, String) |
Post message to the DebugConsole. If no debug console is active, then the method has no effect. |
Log(String)
Method to use when emitting a log message.
Declaration
protected virtual void Log(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
The message to print. |
Log(String, String)
Post message to the DebugConsole. If no debug console is active, then the method has no effect.
Declaration
public void Log(string source, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | source |
Source identifier. |
System.String | message |
Message to post. |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!