Skip to content

Logic Log

Henry de Jongh edited this page Feb 25, 2023 · 1 revision
Description Icon
A reactive logic component that can log messages to the Unity console.

Parameters

Name Description
Message The message to be logged to the Unity Console. This string is used when no message (string) parameter was passed.

Inputs

Name Description Parameter
Message Logs a message to the Unity Console. message (string) The debug message to be logged in the console.
Warning Logs a warning to the Unity Console. message (string) The warning message to be logged in the console.
Error Logs an error to the Unity Console. message (string) The error message to be logged in the console.

Outputs

Name Description Parameter
None None None
Clone this wiki locally