API: $log
$log: With this API, you can log important messages in the application log. The sample $log code is as follows:
$log('Row clicked with id', id);
// where id is what object you want to log.
Was this helpful?