Debug.Log Extensions
Documentation (1.1.9)

◆ Log() [1/10]

static void Sisus.Debugging.Dev.Log ( [CanBeNull] object  message,
Object  context = null 
)
static

Logs a message to the console.

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

Parameters
messagestring or object to be converted to string representation for display.
contextObject to which the message applies.