UNPKG

logaro

Version:

Structured logging middleware for Express. Tracks request timing, IP, status, method, and endpoint. Supports colorized console and JSON log files.

4 lines (3 loc) 87 B
import { Logger } from "winston"; declare const logger: Logger; export default logger;