Debug.Log Extensions
Documentation (1.1.9)

◆ LogWarning() [15/16]

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

Logs a warning message 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.