awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/p-log

0
View on GitHub↗
30 stars·5 forks·JavaScript·MIT·5 views

P Log

Log the value/error of a promise

Features

  • Chain Management - Log the value or error of a promise.
  • Promise Utilities - Logs promise values or errors during execution.

Star history

Star history chart for sindresorhus/p-logStar history chart for sindresorhus/p-log

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to P Log

Similar open-source projects, ranked by how many features they share with P Log.
  • sindresorhus/p-catch-ifsindresorhus avatar

    sindresorhus/p-catch-if

    40View on GitHub↗

    Conditional promise catch handler

    JavaScript
    View on GitHub↗40
  • sindresorhus/p-ifsindresorhus avatar

    sindresorhus/p-if

    64View on GitHub↗

    Conditional promise chains

    TypeScript
    View on GitHub↗64
  • sindresorhus/p-breaksindresorhus avatar

    sindresorhus/p-break

    24View on GitHub↗

    Break out of a promise chain

    JavaScript
    View on GitHub↗24
  • sindresorhus/p-memoizesindresorhus avatar

    sindresorhus/p-memoize

    442View on GitHub↗

    Memoize promise-returning & async functions

    TypeScript
    View on GitHub↗442
See all 30 alternatives to P Log→

Frequently asked questions

What does sindresorhus/p-log do?

Log the value/error of a promise

What are the main features of sindresorhus/p-log?

The main features of sindresorhus/p-log are: Chain Management, Promise Utilities.

What are some open-source alternatives to sindresorhus/p-log?

Open-source alternatives to sindresorhus/p-log include: sindresorhus/p-if — Conditional promise chains. sindresorhus/p-retry — Retry a promise-returning or async function. sindresorhus/p-break — Break out of a promise chain. sindresorhus/p-catch-if — Conditional promise catch handler. sindresorhus/p-memoize — Memoize promise-returning & async functions. sindresorhus/p-tap — Tap into a promise chain without affecting its value or state.