Tagged articles
2 articles
Page 1 of 1
IT Architects Alliance
IT Architects Alliance
Sep 20, 2021 · Backend Development

Design and Implementation of a Custom Java Logging Framework

This article walks through building a complete Java logging framework from scratch, covering the core LoggingEvent class, Appender abstraction, Level enumeration, hierarchical Logger design, context management, factory creation, and XML/YAML configuration parsing.

AppenderConfigurationFramework
0 likes · 14 min read
Design and Implementation of a Custom Java Logging Framework
Youzan Coder
Youzan Coder
Jul 17, 2019 · Backend Development

How Logback Turns a Simple Log Call into a Fully Processed Log Entry

This article walks through Logback's internal workflow—from obtaining a Logger and issuing a log call, through filter evaluation, level checking, event creation, formatting, and finally writing to various appenders—while also covering file‑rolling policies and configuration details.

AppenderBackendJava
0 likes · 11 min read
How Logback Turns a Simple Log Call into a Fully Processed Log Entry