@jaypie/logger
Structured JSON logging utilities.
Overview
Section titled “Overview”@jaypie/logger provides structured JSON logging for Jaypie applications.
Installation
Section titled “Installation”npm install @jaypie/loggerKey Features
Section titled “Key Features”Structured Logging
Section titled “Structured Logging”JSON-formatted logs with multiple log levels:
import { log } from "@jaypie/logger";
log.info("Application started");log.error("An error occurred", { error });log.debug("Debug information", { data });Log Levels
Section titled “Log Levels”Supports standard log levels: trace, debug, info, warn, error, fatal.
API Documentation
Section titled “API Documentation”API documentation will be generated from TypeScript definitions.
Related Packages
Section titled “Related Packages”- @jaypie/core - Core utilities