Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
backend_logger.h File Reference

Centralized logging utility for database backends. More...

#include <iostream>
#include <string>
#include <string_view>
Include dependency graph for backend_logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  database::utils::backend_logger
 Centralized logging utility for database backends. More...
 

Namespaces

namespace  database
 
namespace  database::utils
 

Detailed Description

Centralized logging utility for database backends.

This file provides a unified logging interface for all database backends, eliminating duplicate logging macro definitions across backend implementations.

Issue #327: Extract centralized backend logger to eliminate logging macro duplication

Definition in file backend_logger.h.