in lib/async-console-transport.js [105:112]
function onwrite(err) { if (err) { return callback(err); } self.emit('logged'); callback(null, true); }