Skip to content

Unit Reference LogNode

S2NX7 edited this page Oct 10, 2025 · 3 revisions

LogNode

Screenshot 2025-09-30 163608

The Log node allows you to output messages to the Unity Console.
It supports multiple arguments, which can be formatted into a string using the format input. You can also choose the type of log: normal, warning, or error.

Properties

  • argumentCount : The number of arguments this node accepts (up to 10).
  • type : The type of log to output (Log, Warning, or Error).

Input Ports

  • format : The format string used to compose the message with the provided.

  • input : The control flow input that triggers the log.

  • Arguments : Optional arguments used in the formatted log message.

Output Ports

  • output : Triggered after the log has been output to the console.
Clone this wiki locally