Debug.Log Extensions
Documentation (1.1.9)

◆ LogError() [4/8]

static void Sisus.Debugging.Dev.LogError ( string  messagePart1,
string  messagePart2,
params string[]  messageParts 
)
static

Logs an error to the Console formed by joining the given text strings together.

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

Parameters
messagePart1First part of the message.
messagePart2Second part of the message.
messagePartsAdditional parts of the message.