|
Agora
1.2.0
Agora project
|
#include <spdlog/details/log_msg_buffer.h>#include <spdlog/details/mpmc_blocking_q.h>#include <spdlog/details/os.h>#include <chrono>#include <memory>#include <thread>#include <vector>#include <functional>

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 } |