|
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs a message to the console.
Calls to this method will be fully stripped from release builds.
| message | string or object to be converted to string representation for display. |
| context | Object to which the message applies. |