UNPKG

logceptor

Version:

NestJS interceptor to log HTTP requests and responses with full control, correlation IDs, file rotation, sensitive data masking, and production-ready features.

6 lines (5 loc) 212 B
export declare const EXCLUDE_LOG_KEY = "excludeLog"; /** * Decorator to mark a route or controller for log exclusion. */ export declare const ExcludeLog: () => import("@nestjs/common").CustomDecorator<string>;