Debug Log

Node description and basic instructions

Description

Send log message with log type in console of Unity engine.

To create it, right-click in the editor and select Create Node/Tasks/Debug/Debug Log

This task node has a number of fields, that are highlighted in picture below.

Fields

NameDescription

Node Name

Name of node.

Ignore About Self

Whether node ignores abort self or not.

Log Level

Level of log message. ā€¢ Info: Classic message in console. ā€¢ Warning: Yellow message in console.

ā€¢ Error: Red message in console.

Message

Message text of log.

Last updated