#include "spdlog/details/fmt_helper.h"#include "spdlog/details/log_msg.h"#include "spdlog/details/mpmc_blocking_q.h"#include "spdlog/details/os.h"#include <chrono>#include <memory>#include <thread>#include <vector>Go to the source code of this file.
Classes | |
| struct | spdlog::details::async_msg |
| class | spdlog::details::thread_pool |
Namespaces | |
| spdlog | |
| spdlog::details | |
Typedefs | |
| using | spdlog::details::async_logger_ptr = std::shared_ptr< spdlog::async_logger > |
Enumerations | |
| enum | spdlog::details::async_msg_type { spdlog::details::async_msg_type::log, spdlog::details::async_msg_type::flush, spdlog::details::async_msg_type::terminate } |
1.8.11