📄️ Log Level
Logry supports seven log levels, ordered from most critical to most verbose:
📄️ Child Loggers
In Logry, every logger instance is lightweight and modular.
📄️ Logger Core
The core engine responsible for managing log levels, shared identity (id), and optional configurations for formatting, normalization, and handlers.
📄️ Handler Manager
Every Logger instance is paired with a dedicated HandlerManager,