|
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs an error message to the Console if condition is not true.
Calls to this method will be stripped from release builds unless the UNITY_ASSERTIONS symbol is defined.
| condition | Condition you expect to be true. |
| channel1 | The first channel to which the message belongs if logged. |
| channel2 | The second channel to which the message belongs if logged. |
| message | string or object to be converted to string representation for display. |
| context | Object to which the assertion applies. |