Debug Log
Node description and basic instructions
Last updated
Node description and basic instructions
Last updated
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.
Name | Description |
---|---|
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. |