Skip to main content

Log

Log

Prints a text to the Console using Debug.Log.

Inputs

  • Message: The text to be printed. This also works as a template/formatter, since you can insert string format item such as {0}, {1}, {2}, and so on based on how many arguments you put in Args below.
  • Args: The arguments to be used in the Message.
    • Delete Button: Remove the argument.
    • Move Up Button: Swap the selected argument with the upper argument.
  • Add Argument Button: Add a new argument to the Args.