Debug.Log Extensions
Documentation (1.1.9)

◆ Log() [18/21]

static void Debug.Log ( Object  context,
string  part1,
string  part2,
params string[]  parts 
)
static

Logs a message to the Console consisting of multiple parts joined together.

Parameters
part1First part of the message.
part2Second part of the message.
parts(Optional) Additional parts of the message.