![]() |
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs an error to the Console starting with prefix and followed by a list of elements separated by a separator character.
Comma will be used for the separator character with short messages and line break with longer messages.
prefix | Prefix text for the message. |
arg | First listed element after the prefix. |
args | (Optional) Additional listed elements after the prefix. |