Log Sequential

This sequential lets you write log messages to the Unity Console.
Typically it calls the Debug.Log() method.
Log
This is the message to write.
You can choose any value assigning option and it will write the appropriate message depending on the value assign type.
Info
To learn more about assigning values with different options, see Value Assign