Debug.Log Extensions
Documentation (1.1.9)

◆ LogError() [5/16]

static void Debug.LogError ( int  channel,
[CanBeNull] string  message,
Object  context = null 
)
static

Logs an error message to the Console on the given channel .

Channels can be used to selectively suppress messages you don't care about at the moment.

Parameters
channelThe 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.