apitally
Version:
Simple API monitoring & analytics for REST APIs built with Express, Fastify, NestJS, AdonisJS, Hono, H3, Elysia, and Koa.
10 lines (9 loc) • 324 B
TypeScript
export { patchConsole } from './console.js';
export { patchNestLogger } from './nestjs.js';
export { patchPinoLogger } from './pino.js';
export { patchWinston } from './winston.js';
import 'node:async_hooks';
import '../common/requestLogger.js';
import 'node:buffer';
import 'node:http';
import '../common/tempGzipFile.js';