console ( string message , boolean[default:false] _withoutLineBreak , boolean[default:false] _displayThreadId ) : void
Display a message in the console and in the log
Example
console("This is a log message")
Parameters
message
message to display
_withoutLineBreak (optional)
display a text without finishing by a line break
_displayThreadId (optional)
display the current thread ID after the message