|
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs the name and value of one or more class members to the Console separated by a separator character using the given channels.
With shorter messages a comma will be used to separate elements in the list, and with longer message a line break will be used.
| channel1 | First channel to which the message belongs. |
| channel2 | Second channel to which the message belongs. |
| classMembers | Expressions pointing to class members whose names and values will be included in the message. |