Debug.Log Extensions
Documentation (1.1.9)

◆ LogLarge() [3/3]

static void Debug.LogLarge ( int  channel1,
int  channel2,
[CanBeNull] string  message,
Object  context = null 
)
static

Logs a message to the Console using a large font size and the given channels.

Parameters
channel1The first channel to which the message belongs.
channel2The second channel to which the message belongs.
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.