function empty() {} // ------------------------- var silent = { begin: empty, end: empty, error: empty, data: empty, }; module.exports = silent;