|
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
If condition is true logs to the Console on the given channel a message .
If condition is false does nothing.
Calls to this method will be fully stripped from release builds.
| condition | Condition that must be true for logging to take place. |
| channel | The channel to which the message belongs. |
| message | Message to display. |
| context | Object to which the message applies. |