# winston-stream

> Wrap a Winston logger in a stream interface

Latest version **0.0.0** (published 2014-04-16) · Apache-2 license · 0 weekly downloads

## Install

```sh
npm install winston-stream
pnpm add winston-stream
yarn add winston-stream
bun add winston-stream
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2014-04-16 |
| First published | 2014-04-16 |
| Weekly downloads | 0 |
| License | Apache-2 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Bodil Stokke |
| Maintainers | bodil |
| Keywords | winston, logging, stream |

## Links

- npm: https://www.npmjs.com/package/winston-stream
- Repository: https://github.com/FutureAdLabs/winston-stream
- Issues: https://github.com/FutureAdLabs/winston-stream/issues
- npm.io page: https://npm.io/package/winston-stream

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 0.0.0 (latest) — 2014-04-16

## README

# winston-stream

Wraps a [Winston](https://github.com/flatiron/winston) logger in a
Node writable stream.

```js
var winston = require("winston");
var winstonStream = require("winston-stream");
var log = winstonStream(winston, "info");

log.write("hai lol!");
```

## License

Copyright 2014 Future Ad Labs Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may
obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.

---
_Source: https://npm.io/package/winston-stream · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
