log — Send a line to the common trace buffer.
log(msg:string)
msg
The formatted message string.
An implicit end-of-line is added. Same as println with a single string argument.
println