# noop-logger

> A logger that does exactly nothing.

Latest version **0.1.1** (published 2016-02-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install noop-logger
pnpm add noop-logger
yarn add noop-logger
bun add noop-logger
```

## 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.1.1 |
| Published | 2016-02-16 |
| First published | 2014-02-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Maintainers | segmentio, segment |

## Links

- npm: https://www.npmjs.com/package/noop-logger
- Repository: https://github.com/segmentio/noop-logger
- Homepage: https://github.com/segmentio/noop-logger#readme
- Issues: https://github.com/segmentio/noop-logger/issues
- npm.io page: https://npm.io/package/noop-logger

## Recent versions

- 0.1.1 (latest) — 2016-02-16
- 0.1.0 — 2014-04-05
- 0.0.1 — 2014-02-28

## README

[![Build Status](https://circleci.com/gh/segmentio/noop-logger.png?circle-token=3281390270513cae0e50fd18b8d972eb48a56879)](https://circleci.com/gh/segmentio/noop-logger)

# noop-logger

  A logger that does exactly nothing, useful when you want to test modules that require a logger to be passed in.

## Installation

    $ npm install noop-logger

## API

  Exposes the following noops:

  - `logger.debug`
  - `logger.info`
  - `logger.warn`
  - `logger.error`
  - `logger.critical`
  - `logger.alert`
  - `logger.emergency`
  - `logger.notice`
  - `logger.fatal`

## License

  MIT

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