Debug.Log Extensions
Documentation (1.1.9)

◆ LogError() [3/8]

static void Sisus.Debugging.Dev.LogError ( params string[]  messageParts)
static

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

Calls to this method will be fully stripped from release builds.

Parameters
messagePartsstrings to join together to form the message.