Can we print the marked in the console? Please click on the logfile for the image reference which is the log file of the robotframework.

Can we print the marked in the console? Please click on the logfile for the image reference which is the log file of the robotframework.

You can use the
Logkeyword and pass inconsole=yesFor example
Log Hello, console! console=yesThis is detailed here: https://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Log
As far as logging the other data, you can find those in the Automatic Variables
For example
Log Hello, from ${TEST_NAME} console=yes