Debug.Log Extensions
Documentation (1.1.9)

◆ Log() [9/10]

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

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