Name

log — Send a line to the common trace buffer.

Synopsis

    log(msg:string)

Arguments

msg

The formatted message string.

Description

An implicit end-of-line is added. Same as println with a single string argument.