resultex_logger library

The main entry point of the resultex_logger package.

This library encapsulates and exports the core logging API, configurations, and formatter strategies, allowing consuming applications to import a single file to access the entire logging suite.

Classes

ResultexLogger
A concrete implementation of LoggerService utilizing encapsulated LogDetails.
ResultexLoggerSettings
Configuration settings for the logger output generation and layout behavior.
SymmetricBoxFormatter
A symmetric box-style log formatter that wraps log messages inside a clean, geometrically aligned block.

Enums

LogLevel
Levels of logs used for runtime segmentation, output filtering, and severity control.