# jet-logger

> A super quick, easy to setup logging tool for NodeJS/TypeScript.

Latest version **2.2.3** (published 2026-01-09) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.2.3 |
| Published | 2026-01-09 |
| First published | 2020-10-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 19.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17 |
| Author | sean maxwell |
| Maintainers | seanpmaxwell1 |
| Keywords | logger, logging, log, console, node, nodejs, node.js, typescript, ts, typescript-logger, typescript-logging, node-logger, node-logging, jet, jet-logger, jetlogger, simple, easy, quick |

## Links

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

## Dependencies (1)

- [colors](https://npm.io/package/colors.md) 1.4.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

- 2.2.3 (latest) — 2026-01-09
- 2.2.2 — 2026-01-06
- 2.2.1 — 2026-01-05
- 2.2.0 — 2026-01-05
- 2.1.1 — 2025-12-17
- 2.1.0 — 2025-12-17
- 2.0.1 — 2024-09-06
- 2.0.0 — 2024-09-06
- 1.3.1 — 2023-01-29
- 1.3.0 — 2023-01-29
- 1.2.6 — 2022-09-04
- 1.2.5 — 2022-09-04
- 1.2.4 — 2022-09-04
- 1.2.3 — 2022-08-18
- 1.2.2 — 2022-08-09
- … 15 more at https://npm.io/package/jet-logger/versions

## README

# Jet-Logger ✈️

> Super fast, zero-dependency logging for Node.js and TypeScript projects.

[![npm version](https://img.shields.io/npm/v/jet-logger?logo=npm&label=npm)](https://www.npmjs.com/package/jet-logger)
[![npm downloads](https://img.shields.io/npm/dm/jet-logger?color=orange)](https://www.npmjs.com/package/jet-logger)
[![License](https://img.shields.io/npm/l/jet-logger)](https://github.com/seanpmaxwell/jet-logger/blob/master/LICENSE)
[![TypeScript definitions](https://img.shields.io/badge/TypeScript-ready-3178c6?logo=typescript&logoColor=white)](https://www.npmjs.com/package/jet-logger)

Jet-Logger is an easy-to-configure logger that can print to the console, write to disk, or forward events to your own transport. Configure it entirely through environment variables or in code, and get colorized output, timestamps, and JSON log formatting out-of-the-box.

Please refer to the official <a href="https://github.com/seanpmaxwell/jet-logger">github repo</a> for the most up-to-date documentation.

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