UNPKG

logs-interceptor

Version:

High-performance, production-ready log interceptor for Node.js applications with Loki integration. Built with Clean Architecture principles. Supports Node.js, Browser, and Node-RED.

8 lines 243 B
/** * Application Layer Exports * Clean Architecture - Application Layer */ export * from './config/LogsInterceptorConfig'; export * from './services/LogService'; export * from './services/ConfigService'; //# sourceMappingURL=index.d.ts.map