# spdlog

> Node bindings for spdlog

Latest version **0.13.7** (published 2022-11-16) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install spdlog
pnpm add spdlog
yarn add spdlog
bun add spdlog
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.13.7 |
| Published | 2022-11-16 |
| First published | 2017-11-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 1.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 58 |
| Author | Microsoft |
| Maintainers | joaomoreno.ms, sandy081 |
| Keywords | node, spdlog, logging, logger, log, fast, performance |

## Links

- npm: https://www.npmjs.com/package/spdlog
- Repository: https://github.com/Microsoft/node-spdlog
- Homepage: https://github.com/Microsoft/node-spdlog#readme
- Issues: https://github.com/Microsoft/node-spdlog/issues
- npm.io page: https://npm.io/package/spdlog

## Dependencies (3)

- [nan](https://npm.io/package/nan.md) ^2.17.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.5
- [bindings](https://npm.io/package/bindings.md) ^1.5.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

- 0.13.7 (latest) — 2022-11-16
- 0.13.6 — 2021-08-11
- 0.13.5 — 2021-05-18
- 0.13.4 — 2021-05-06
- 0.13.3 — 2021-05-06
- 0.13.2 — 2021-05-06
- 0.13.1 — 2021-05-05
- 0.13.0 — 2021-05-05
- 0.12.0 — 2021-05-05
- 0.11.1 — 2019-11-06
- 0.9.0 — 2019-06-07
- 0.8.1 — 2019-03-27
- 0.8.0 — 2019-03-27
- 0.7.2 — 2018-09-06
- 0.7.1 — 2018-07-10
- … 19 more at https://npm.io/package/spdlog/versions

## README

# node-spdlog

Spdlog bindings for Node.JS

[![Build Status](https://dev.azure.com/vscode/node-spdlog/_apis/build/status/microsoft.node-spdlog?branchName=master)](https://dev.azure.com/vscode/node-spdlog/_build/latest?definitionId=27&branchName=master) [![npm version](https://badge.fury.io/js/spdlog.svg)](https://badge.fury.io/js/spdlog)

## Publishing to NPM

Simply push a new tag and the [CI](https://dev.azure.com/vscode/node-spdlog/_build/latest?definitionId=27&branchName=master) will automatically publish to NPM. The usual flow is:

```sh
npm version [minor|patch]
git push --follow-tags
```

## Contributing

This project welcomes contributions and suggestions.  Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

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