# @appium/logger

> A Universal Logger For The Appium Ecosystem

Latest version **2.0.11** (published 2026-08-24) · ISC license · 0 weekly downloads

## Install

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

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score; popular repo.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 2.0.11 |
| Published | 2026-08-24 |
| First published | 2024-06-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | ^20.19.0 \|\| ^22.12.0 \|\| >=24.0.0 |
| Dependencies | 1 |
| Unpacked size | 97 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 21992 |
| Author | https://github.com/appium |
| Maintainers | jlipps, nick.mokhnach, kazucocoa |
| Keywords | android, automation, firefoxos, ios, javascript, selenium, testing, webdriver |

## Links

- npm: https://www.npmjs.com/package/@appium/logger
- Repository: https://github.com/appium/appium
- Homepage: https://appium.io
- Issues: https://github.com/appium/appium/issues
- npm.io page: https://npm.io/package/@appium/logger

## Dependencies (1)

- [lru-cache](https://npm.io/package/lru-cache.md) 11.5.2

## Alternatives

- [@snazzah/davey](https://npm.io/package/@snazzah/davey.md) — 1.5M weekly downloads
- [@vendure/testing](https://npm.io/package/@vendure/testing.md) — 8.3K weekly downloads
- [vue-simple-context-menu](https://npm.io/package/vue-simple-context-menu.md) — 6.6K weekly downloads
- [cypress-webpack-preprocessor-v5](https://npm.io/package/cypress-webpack-preprocessor-v5.md) — 2.1K weekly downloads
- [@backstage/plugin-catalog-backend-module-puppetdb](https://npm.io/package/@backstage/plugin-catalog-backend-module-puppetdb.md) — 1.3K weekly downloads

## Recent versions

- 2.0.11 (latest) — 2026-08-24
- 2.0.0-rc.1 (rc) — 2025-08-14
- 2.0.10 — 2026-07-25
- 2.0.9 — 2026-06-18
- 2.0.8 — 2026-05-31
- 2.0.7 — 2026-04-23
- 2.0.6 — 2026-04-09
- 2.0.5 — 2026-03-08
- 2.0.4 — 2026-01-26
- 2.0.3 — 2025-12-04
- 2.0.2 — 2025-10-08
- 2.0.1 — 2025-09-09
- 2.0.0 — 2025-08-18
- 1.7.1 — 2025-06-01
- 1.7.0 — 2025-04-25
- … 8 more at https://npm.io/package/@appium/logger/versions

## README

# @appium/logger

> Appium's logging functionality

## Installation

```console
npm install @appium/logger --save
```

## Basic Usage

```js
import log from '@appium/logger';

// additional stuff ---------------------------+
// message ----------+                         |
// prefix ----+      |                         |
// level -+   |      |                         |
//        v   v      v                         v
    log.info('fyi', 'I have a kitty cat: %j', myKittyCat);
```

## History

This module is forked from [npmlog](https://github.com/npm/npmlog) under ISC License because the original project has been archived.
Please check [the npmlog changelog](https://github.com/npm/npmlog/blob/main/CHANGELOG.md) to see the list of former module updates before it was forked.

## License

ISC License

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