|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Standalone integration backend implementation kcenon. More...
#include "integration_backend.h"

Go to the source code of this file.
Classes | |
| class | kcenon::logger::backends::standalone_backend |
| Integration backend for standalone logger operation. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
| namespace | kcenon::logger::backends |
Standalone integration backend implementation kcenon.
This backend is used when the logger operates independently without external system integration. It provides direct pass-through level conversion since no external level mapping is needed.
Definition in file standalone_backend.h.