JSPM

@lit-protocol/logger

8.0.0-alpha.8
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 6726
    • Score
      100M100P100Q129431F

    Package Exports

    • @lit-protocol/logger
    • @lit-protocol/logger/src/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lit-protocol/logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    logger

    This package provides a centralized logging utility for the Lit Protocol SDK, offering structured logging capabilities across all packages. It is based in pino logger for minimal overhead and enables consistent log formatting, level-based filtering, and standardized error reporting throughout the Lit Protocol ecosystem.

    Building

    Run nx build logger to build the library.

    Running unit tests

    Run nx test logger to execute the unit tests via Jest.