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

Logger backend using common_system's ILogger and GlobalLoggerRegistry. More...

#include "logger_backend.h"
#include <memory>
#include <kcenon/database/config/feature_flags.h>
Include dependency graph for common_logger_backend.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  database::integrated::adapters::backends::common_logger_backend
 Logger backend using common_system's ILogger interface. More...
 

Namespaces

namespace  database
 
namespace  database::integrated
 
namespace  database::integrated::adapters
 
namespace  database::integrated::adapters::backends
 

Detailed Description

Logger backend using common_system's ILogger and GlobalLoggerRegistry.

Uses the common_system library for logging through the ILogger interface:

  • Unified logging interface via GlobalLoggerRegistry
  • LOG_* macros for convenient logging
  • Runtime-bound logger implementations
  • Thread-safe operation

Definition in file common_logger_backend.h.