Network log (nLog)
Declaration
nLog(text)
Parameters
- text
String. Log content.
Notes
This is a protocol function (no-op by default). Its behavior is defined by the paired development environment.
When debugging with the companion dev environment, this function sends the log back to the dev tool's log panel.
Example
-- Send the print buffer back to the dev tool's log window
nLog(print.out())