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

Public Member Functions | |
| void | log_internal (const std::string &message) |
| size_t | message_count () const |
Private Attributes | |
| std::vector< std::string > | messages_ |
| std::chrono::system_clock::time_point | timestamp_ |
Definition at line 68 of file adapter_pattern_poc.cpp.
|
inline |
Definition at line 70 of file adapter_pattern_poc.cpp.
References messages_, and timestamp_.
Referenced by logger_adapter::log().

|
inline |
Definition at line 79 of file adapter_pattern_poc.cpp.
References messages_.
Referenced by logger_adapter::message_count().

|
private |
Definition at line 84 of file adapter_pattern_poc.cpp.
Referenced by log_internal(), and message_count().
|
private |
Definition at line 85 of file adapter_pattern_poc.cpp.
Referenced by log_internal().