|
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs a message to the console using the given channel.
Channels can be used to selectively suppress messages you don't care about at the moment.
Calls to this method will be fully stripped from release builds.
| channel1 | First channel to which the message belongs. |
| channel2 | Second channel to which the message belongs. |
| message | string or object to be converted to string representation for display. |
| context | Object to which the message applies. |