Design Logging Framework
Multi-level logging system
Overview
Design a Logging Framework like Log4j or SLF4J.
Key Concepts
Singleton: Logger Manager instance
Chain of Responsibility: Passing logs through filters and handlers (Console, File)
Multi-level logging system
Design a Logging Framework like Log4j or SLF4J.
Singleton: Logger Manager instance
Chain of Responsibility: Passing logs through filters and handlers (Console, File)
Ask about the topic