It would be nice to be able to use custom-logger without having to create my own logger.js like this:
module.exports = require('custom-logger').config({ messageFormatting: true });
From what I understand / have seen, most people want string formatting more than the default method of appending extra arguments.