# @antora/logger

> The logger for Antora.

Latest version **3.2.0** (published 2026-08-29) · MPL-2.0 license · 0 weekly downloads

## Install

```sh
npm install @antora/logger
pnpm add @antora/logger
yarn add @antora/logger
bun add @antora/logger
```

## Health

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

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 3.2.0 |
| Published | 2026-08-29 |
| First published | 2021-06-08 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=20.0.0 |
| Dependencies | 2 |
| Unpacked size | 19.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | OpenDevise Inc. |
| Maintainers | mojavelinux, graphitefriction |
| Keywords | antora, logger, logging, generator, documentation, static site, web publishing |

## Links

- npm: https://www.npmjs.com/package/@antora/logger
- Repository: https://gitlab.com/antora/antora
- Homepage: https://antora.org
- Issues: https://gitlab.com/antora/antora/issues
- npm.io page: https://npm.io/package/@antora/logger

## Dependencies (2)

- [pino](https://npm.io/package/pino.md) ~10.3
- [@antora/expand-path-helper](https://npm.io/package/@antora/expand-path-helper.md) ~3.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

- 3.2.0 (latest) — 2026-08-29
- 3.2.0-rc.3 (testing) — 2026-08-12
- 3.2.0-rc.2 — 2026-06-20
- 3.2.0-rc.1 — 2026-06-19
- 3.1.15 — 2026-05-26
- 3.2.0-alpha.12 — 2026-05-12
- 3.2.0-alpha.11 — 2025-11-27
- 3.2.0-alpha.10 — 2025-10-03
- 3.1.14 — 2025-10-03
- 3.1.13 — 2025-09-30
- 3.2.0-alpha.9 — 2025-08-11
- 3.1.12 — 2025-08-06
- 3.1.11 — 2025-08-06
- 3.1.10 — 2024-12-05
- 3.2.0-alpha.8 — 2024-12-05
- … 37 more at https://npm.io/package/@antora/logger/versions

## README

# Antora Logger

The Logger is a component in Antora responsible for providing the infrastructure for logging, shaping, and reporting application messages.
The logger is typically configured once per run of Antora.
Each component then gets its own logger, which is a proxy of a named child of the root logger.
Messages can be emitted in a structured (JSON) log format so they can be piped to a separate application for processing/transport or emitted in a pretty format to make them easier for an author to comprehend.

[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents.
Its site generator aggregates documents from versioned content repositories and processes them using [Asciidoctor](https://asciidoctor.org).

## Copyright and License

Copyright (C) 2017-present [OpenDevise Inc.](https://opendevise.com) and the [Antora Project](https://antora.org).

Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).

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