Skip to content

TypeError: createLogger is not a function #8

@exsilium

Description

@exsilium

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions