📄️ Overview
Logry is designed with a focus on console output as the primary logging target.
📄️ Log Pipeline
Building on the architecture described above,
📄️ Transporter
When a log is passed to a Transporter, it flows through three clear stages:
📄️ Normalizer
Before any log is formatted, Logry first passes it through a platform-aware normalizer.
📄️ Formatter
The Formatter takes normalized log data and turns it into readable, styled output.
📄️ Handlers
Handlers are modular units that define where_** and how_ a log should be delivered,