log

  • function
 

Adds a message to the console.

js.log(out)

Adds a message to the console.

Parameters

  1. out {String}

    the message

can.dev.log("hi");