0Pricing
Java Academy · Lesson

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

  1. Design
  2. Implementation
  3. Reporting
← Back to Java Academy