Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
If condition is true
logs to the Console on the given channel the name and value of classMember a class member.
If condition is false
does nothing.
condition | Condition that must be true for logging to take place. |
channel | The channel to which the message belongs. |
classMember | Expression pointing to a class member whose name and value will be logged. |
context | Object to which the message applies. |