Debug.Log Extensions
Documentation (1.1.9)

◆ Log() [16/21]

static void Debug.Log ( object  arg1,
object  arg2,
params object[]  args 
)
static

Logs a message to the Console listing a number of elements 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.

Parameters
arg1First listed element.
arg2Second listed element.
args(Optional) Additional listed elements.