Debug.Log Extensions
Documentation (1.1.9)

◆ LogError() [16/16]

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

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

Parameters
messagePartsstrings to join together to form the message.