Debug.Log Extensions
Documentation (1.1.9)

◆ Log() [15/21]

static void Debug.Log ( string  messagePart1,
string  messagePart2,
params string[]  messageParts 
)
static

Logs a message to the Console formed by joining the given text strings together.

Parameters
messagePart1First part of the message.
messagePart2Second part of the message.
messagePartsAdditional parts of the message.