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

Abstract interface for logger backends. More...

#include "../../core/common_result.h"
#include "../../core/configuration.h"
#include <string>
Include dependency graph for 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::logger_backend
 Abstract base class for logger backends. More...
 

Namespaces

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

Detailed Description

Abstract interface for logger backends.

Defines the interface that all logger backends must implement. This enables runtime selection of logging implementation without conditional compilation.

Definition in file logger_backend.h.