Debug.Log Extensions
Documentation (1.1.9)

◆ Log() [6/21]

static void Debug.Log ( [CanBeNull] string  message,
[CanBeNull] Object  context 
)
static

Logs a message to the Console.

Parameters
messageMessage to display.
contextObject to which the message applies.

If you pass a context argument that Object will be momentarily highlighted in the Hierarchy window when you click the log message in the Console.