Debug.Log Extensions
Documentation (1.1.9)

◆ LogError() [15/16]

static void Debug.LogError ( string  messagePart1,
string  messagePart2,
params string[]  messageParts 
)
static

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

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