# new-relic-winston-logger

> Winston logger with newrelic format

Latest version **1.0.14** (published 2021-09-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install new-relic-winston-logger
pnpm add new-relic-winston-logger
yarn add new-relic-winston-logger
bun add new-relic-winston-logger
```

## 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.14 |
| Published | 2021-09-22 |
| First published | 2021-04-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 1.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | rcerdap |
| Maintainers | rcerdap |
| Keywords | new-relic, winston, monitoring |

## Links

- npm: https://www.npmjs.com/package/new-relic-winston-logger
- npm.io page: https://npm.io/package/new-relic-winston-logger

## Dependencies (3)

- [winston](https://npm.io/package/winston.md) ^3.3.3
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.1
- [@newrelic/winston-enricher](https://npm.io/package/@newrelic/winston-enricher.md) ^1.0.0

## 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.14 (latest) — 2021-09-22
- 1.0.13 — 2021-07-15
- 1.0.12 — 2021-04-19
- 1.0.11 — 2021-04-19
- 1.0.10 — 2021-04-19
- 1.0.9 — 2021-04-19
- 1.0.8 — 2021-04-19
- 1.0.7 — 2021-04-19
- 1.0.6 — 2021-04-19
- 1.0.5 — 2021-04-19
- 1.0.4 — 2021-04-19
- 1.0.3 — 2021-04-19
- 1.0.2 — 2021-04-19
- 1.0.1 — 2021-04-19
- 1.0.0 — 2021-04-19

## README

# NewRelic Logs Lib

NewRelic logs is a NodeJS library for send the logs to new relic .

## Installation

Use npm [npm](https://www.npmjs.com) .

```bash
npm i -s new-relic-winston-logger
```

## Usage

```node
const logger = require('new-relic-logs')

logger.info('info log message')

logger.error('error log message!')

logger.warn('warning log message')

```

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