Debug.Log Extensions
Documentation (1.1.9)

◆ LogError() [9/16]

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

Logs an error 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.