console

console ( string message , boolean[default:false] _withoutLineBreak , boolean[default:false] _displayThreadId ) : void

Display a message in the console and in the log

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