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