The pjs.log() API logs a line of code along with field values to the console. This is useful in debugging. The API is normally used internally by the command line parameter --rlog to the start.js script, which starts a Profound.js instance. The line number, the line of code itself, and field name / value pairs are logged.
...