Design
Design a log analyzer: requirements, inputs, outputs, and basic architecture.
Intro
Goal: Design a Log Analyzer that reads log files, searches for errors/warnings, and reports summaries.
Requirements
- Input: log file (plain text)
- Process: scan lines for ERROR/WARN
- Output: counts and simple summaries
All lessons in this course
- Design
- Implementation
- Reporting