|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Error codes specific to the logger system. More...
#include <string>#include <stdexcept>#include <utility>#include <optional>#include <concepts>

Go to the source code of this file.
Classes | |
| struct | kcenon::common::error_info |
| class | kcenon::common::Result< T > |
| class | kcenon::common::VoidResult |
| class | kcenon::logger::result< T > |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::common |
| namespace | kcenon::common::error_codes |
| namespace | kcenon::logger |
Macros | |
| #define | KCENON_COMMON_RESULT_FALLBACK_DEFINED |
Typedefs | |
| using | kcenon::logger::error_code = logger_error_code |
Error codes specific to the logger system.
Definition in file error_codes.h.
| #define KCENON_COMMON_RESULT_FALLBACK_DEFINED |
Definition at line 43 of file error_codes.h.