/** * SmartLog - Log Aggregation Tool * * Track 2C - Tool #14: Multi-file log aggregation with 87%+ token reduction * * Capabilities: * - Multi-file log aggregation and parsing * - Intelligent parsing (syslog, JSON, custom patterns) * - Time-range filtering with timezone support * - Pattern detection and highlighting * - Log rotation handling (numbered, dated) * - Real-time tailing with follow mode * * Token Reduction Strategy: * - Cache log indices (91% reduction) * - Incremental log entries (87% reduction) * - Compressed pattern summaries (89% reduction) */ //# sourceMappingURL=smart-log.d.ts.map