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