https://github.com/fabrix-app/spool-winston
Spool: Winston logging for Fabrix
https://github.com/fabrix-app/spool-winston
fabrix logging nodejs spools transports typescript winston
Last synced: 27 days ago
JSON representation
Spool: Winston logging for Fabrix
- Host: GitHub
- URL: https://github.com/fabrix-app/spool-winston
- Owner: fabrix-app
- Created: 2018-06-26T17:40:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T21:51:25.000Z (about 7 years ago)
- Last Synced: 2025-10-07T16:41:27.989Z (8 months ago)
- Topics: fabrix, logging, nodejs, spools, transports, typescript, winston
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# spool-winston
[![Gitter][gitter-image]][gitter-url]
[![NPM version][npm-image]][npm-url]
[![Build Status][ci-image]][ci-url]
[![Test Coverage][coverage-image]][coverage-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![Follow @FabrixApp on Twitter][twitter-image]][twitter-url]
## Install
```sh
$ npm install @fabrix/spool-winston --save
```
## Configure
```js
// config/main.js
module.exports = {
spools: [
// ... other spools
require('spool-winston').WinstonSpool
]
}
```
[npm-image]: https://img.shields.io/npm/v/@fabrix/spool-winston.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@fabrix/spool-winston
[ci-image]: https://img.shields.io/circleci/project/github/fabrix-app/spool-winston/master.svg
[ci-url]: https://circleci.com/gh/fabrix-app/spool-winston/tree/master
[daviddm-image]: http://img.shields.io/david/fabrix-app/spool-winston.svg?style=flat-square
[daviddm-url]: https://david-dm.org/fabrix-app/spool-winston
[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square
[gitter-url]: https://gitter.im/fabrix-app/Lobby
[twitter-image]: https://img.shields.io/twitter/follow/FabrixApp.svg?style=social
[twitter-url]: https://twitter.com/FabrixApp
[coverage-image]: https://img.shields.io/codeclimate/coverage/github/fabrix-app/spool-winston.svg?style=flat-square
[coverage-url]: https://codeclimate.com/github/fabrix-app/spool-winston/coverage