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

Null logger backend (no-op) More...

#include "logger_backend.h"
Include dependency graph for null_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::null_logger_backend
 No-op logger backend. More...
 

Namespaces

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

Detailed Description

Null logger backend (no-op)

Provides a no-op logger backend that discards all log messages. Useful for:

  • Performance-critical sections where logging should be disabled
  • Unit testing where log output is not desired
  • Production environments with logging disabled

Definition in file null_logger_backend.h.