Output a message to the console
var Util = require('machinepack-util');
// Output a message to the console
Util.log({
value: '===',
}).execSync();
The value that will be written to the console.
'==='
An unexpected error occurred.
OK.