Searched refs:async_log_helper (Results 1 – 3 of 3) sorted by relevance
38 class async_log_helper120 async_log_helper(formatter_ptr formatter,132 ~async_log_helper();192 inline spdlog::details::async_log_helper::async_log_helper( in async_log_helper() function211 _worker_thread(&async_log_helper::worker_loop, this) in async_log_helper()216 inline spdlog::details::async_log_helper::~async_log_helper() in ~async_log_helper()229 inline void spdlog::details::async_log_helper::log(const details::log_msg& msg) in log()236 inline void spdlog::details::async_log_helper::push_msg(details::async_log_helper::async_msg&& new_… in push_msg()253 inline void spdlog::details::async_log_helper::flush(bool wait_for_q) in flush()260 inline void spdlog::details::async_log_helper::worker_loop() in worker_loop()[all …]
29 …_async_log_helper(new details::async_log_helper(_formatter, _sinks, queue_size, _err_handler, over… in async_logger()
31 class async_log_helper; variable72 std::unique_ptr<details::async_log_helper> _async_log_helper;