@lit-protocol/logger
Version:
This package provides a centralized logging utility for the Lit Protocol SDK, offering structured logging capabilities across all packages. It enables consistent log formatting, level-based filtering, and standardized error reporting throughout the Lit Pr
12 lines (6 loc) • 443 B
Markdown
# logger
This package provides a centralized logging utility for the Lit Protocol SDK, offering structured logging capabilities across all packages. It 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](https://jestjs.io).