https://github.com/maxdome/mxd-silent-logging
Returns configured winston logger instances without any transports
https://github.com/maxdome/mxd-silent-logging
Last synced: about 1 year ago
JSON representation
Returns configured winston logger instances without any transports
- Host: GitHub
- URL: https://github.com/maxdome/mxd-silent-logging
- Owner: maxdome
- Created: 2016-06-15T11:34:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T13:44:19.000Z (over 9 years ago)
- Last Synced: 2025-04-09T13:18:46.682Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example
```
const logging = require('mxd-silent-logging')(config);
const appLogger = logging('app');
```