Debug.Log Extensions
Documentation (1.1.9)

◆ LogWarning() [7/16]

static void Debug.LogWarning ( object  arg1,
object  arg2,
params object[]  args 
)
static

Logs a warning message to the Console listing a number of elements separated by a separator character.

With shorter messages a comma will be used for the separator character, and with longer message a line break will be used.

Parameters
arg1First listed element.
arg2Second listed element.
args(Optional) Additional listed elements.