Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
logger_old Class Reference
Collaboration diagram for logger_old:
Collaboration graph

Public Member Functions

void log (const std::string &message)
 

Detailed Description

Examples
adapter_pattern_poc.cpp.

Definition at line 49 of file adapter_pattern_poc.cpp.

Member Function Documentation

◆ log()

void logger_old::log ( const std::string & message)
inline
Examples
adapter_pattern_poc.cpp.

Definition at line 51 of file adapter_pattern_poc.cpp.

51 {
52 std::cout << "[Standalone] " << message << std::endl;
53 }

The documentation for this class was generated from the following file: