# winston-color

> Quickly create a Winston-based logger with colored output enabled by default

Latest version **1.0.0** (published 2016-01-11) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-01-11 |
| First published | 2016-01-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Arturo Arévalo |
| Maintainers | arturoarevalo |
| Keywords | winston, log, color |

## Links

- npm: https://www.npmjs.com/package/winston-color
- Repository: https://github.com/arturoarevalo/winston-color
- Homepage: https://github.com/arturoarevalo/winston-color#readme
- Issues: https://github.com/arturoarevalo/winston-color/issues
- npm.io page: https://npm.io/package/winston-color

## Dependencies (1)

- [winston](https://npm.io/package/winston.md) ^2.1.1

## 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

- 1.0.0 (latest) — 2016-01-11

## README

# winston-color
Quickly create a Winston-based logger with colored output enabled by default

## Installation
```
npm install winston-color
```

## Usage
```javascript
var logger = require("winston-color");

// use standard Winston methods
logger.error(...);
logger.warn(...);
logger.info(...);
logger.debug(...);
logger.silly(...);
```

For the full reference check the [Winston GitHub repository](https://github.com/winstonjs/winston).

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