|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|


Public Member Functions | |
| virtual | ~external_system_interface ()=default |
| virtual void | external_log (const std::string &message)=0 |
| virtual std::string | get_interface_name () const =0 |
Definition at line 123 of file adapter_pattern_poc.cpp.
|
virtualdefault |
|
pure virtual |
Implemented in full_integration_adapter, and thread_system_adapter.
|
pure virtual |
Implemented in full_integration_adapter, and thread_system_adapter.