An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Example

```
const logging = require('mxd-silent-logging')(config);
const appLogger = logging('app');
```