|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Classes | |
| class | filtered_logger |
| struct | log_context |
| Log context containing source location information. More... | |
| class | logger_context |
| Facade coordinating logger system components. More... | |
| class | logger_registry |
| Manages registration and unregistration of loggers. More... | |
| class | signal_manager_context |
| Manages signal manager instance with thread-safe access. More... | |
Functions | |
| log_context | kcenon::logger::core::make_log_context (std::string_view file, int line, std::string_view function) |
| Create a log context with source location. | |
|
inlineexport |
Create a log context with source location.
Definition at line 26 of file log_context.h.