|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
This is the complete list of members for kcenon::logger::log_entry, including all inherited members.
| category | kcenon::logger::log_entry | |
| fields | kcenon::logger::log_entry | |
| level | kcenon::logger::log_entry | |
| location | kcenon::logger::log_entry | |
| log_entry(log_level lvl, const std::string &msg, std::chrono::system_clock::time_point ts=std::chrono::system_clock::now()) | kcenon::logger::log_entry | inline |
| log_entry(log_level lvl, const std::string &msg, const std::string &file, int line, const std::string &function, std::chrono::system_clock::time_point ts=std::chrono::system_clock::now()) | kcenon::logger::log_entry | inline |
| log_entry(log_entry &&) noexcept=default | kcenon::logger::log_entry | |
| log_entry(const log_entry &)=delete | kcenon::logger::log_entry | |
| message | kcenon::logger::log_entry | |
| operator=(log_entry &&) noexcept=default | kcenon::logger::log_entry | |
| operator=(const log_entry &)=delete | kcenon::logger::log_entry | |
| otel_ctx | kcenon::logger::log_entry | |
| thread_id | kcenon::logger::log_entry | |
| timestamp | kcenon::logger::log_entry |