dylang / dylang/logging

TypeError: createLogger is not a function

Open
#8 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
55
Forks
14
PR merge metrics
No merged PRs in 30d

Description

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.

```javascript
const createLogger = require('logging');
const log = createLogger('xmodem');
```
This results in:

```
const log = createLogger('xmodem');
^
TypeError: createLogger is not a function
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.