Hi! I thought I'd test-drive this nice looking logging module. However, ran into an issue from the start go with node v6.10.1 and logging v3.2.0 via npm.
const createLogger = require('logging');
const log = createLogger('xmodem');
This results in:
const log = createLogger('xmodem');
^
TypeError: createLogger is not a function