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 213 B
/** * Service Interface: ISamplingService * Defines the contract for log sampling */ export interface ISamplingService { shouldSample(rate: number): boolean; } //# sourceMappingURL=ISamplingService.d.ts.map