print

print ( string message , boolean[default:false] withoutLineBreak , boolean[default:false] displayThreadId ) : void

Display a message in the console and in the log

Parameters

message

withoutLineBreak

display a text without finishing by a line break

displayThreadId

display the current thread ID after the message