Debug.Log Extensions
Documentation (1.1.9)

◆ LogWarning() [9/16]

static void Debug.LogWarning ( Object  context,
string  part1,
string  part2,
params string[]  parts 
)
static

Logs a warning message to the Console consisting of multiple parts joined together.

Parameters
part1First part of the message.
part2Second part of the message.
parts(Optional) Additional parts of the message.