|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Core partition for kcenon.logger module. More...
import kcenon.common;import <atomic>;import <chrono>;import <memory>;import <mutex>;import <string>;import <string_view>;import <thread>;import <vector>;
Go to the source code of this file.
Classes | |
| struct | kcenon::logger::core::log_context |
| Log context containing source location information. More... | |
Namespaces | |
| namespace | logger_system |
| namespace | kcenon |
| namespace | kcenon::logger |
| namespace | kcenon::logger::core |
| namespace | kcenon::logger::formatters |
| namespace | kcenon::logger::filters |
| namespace | kcenon::logger::metrics |
| namespace | kcenon::logger::security |
| namespace | kcenon::logger::strategies |
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. | |
Core partition for kcenon.logger module.
This partition exports the core logging functionality:
Definition in file core.cppm.