Debug.Log Extensions
Documentation (1.1.9)

◆ LogError() [2/8]

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

Logs an error message to the console using the given channel.

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

Calls to this method will be fully stripped from release builds.

Parameters
channelThe channel to which the message belongs.
messageMessage to display.
contextObject to which the message applies.