Skip to content

@jaypie/logger

Structured JSON logging utilities.

@jaypie/logger provides structured JSON logging for Jaypie applications.

Terminal window
npm install @jaypie/logger

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 });

Supports standard log levels: trace, debug, info, warn, error, fatal.

API documentation will be generated from TypeScript definitions.