Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
standalone_backend.h File Reference

Standalone integration backend implementation kcenon. More...

Include dependency graph for standalone_backend.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Standalone integration backend implementation kcenon.

Since
1.2.0

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.

Note
Part of Phase 3: Code Quality Improvements

Definition in file standalone_backend.h.