| 
|   | config.hpp | 
|   | Configuration macros for the LogIt logging system. 
  | 
|   | 
|   | enums.hpp | 
|   | Enumerations and utility functions for logging levels and text colors. 
  | 
|   | 
|   | formatter.hpp | 
|   | Aggregates all formatter components for convenient inclusion. 
  | 
|   | 
|   | Logger.hpp | 
|   | Defines the Logger class for managing multiple loggers and formatters. 
  | 
|   | 
|   | loggers.hpp | 
|   | Aggregates all logger implementations for convenient inclusion. 
  | 
|   | 
|   | LogMacros.hpp | 
|   | Provides various logging macros for different log levels and options. 
  | 
|   | 
|   | LogStream.hpp | 
|   | Defines the LogStream class for stream-like logging functionality. 
  | 
|   | 
|   | utils.hpp | 
|   | Aggregates various utility modules used throughout the project. 
  | 
|   |