|
|
@ -46,7 +46,7 @@ class async_logger final : public std::enable_shared_from_this<async_logger>, pu
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
template<typename It>
|
|
|
|
template<typename It>
|
|
|
|
async_logger(std::string logger_name, const It &begin, const It &end, std::weak_ptr<details::thread_pool> tp,
|
|
|
|
async_logger(std::string logger_name, It begin, It end, std::weak_ptr<details::thread_pool> tp,
|
|
|
|
async_overflow_policy overflow_policy = async_overflow_policy::block);
|
|
|
|
async_overflow_policy overflow_policy = async_overflow_policy::block);
|
|
|
|
|
|
|
|
|
|
|
|
async_logger(std::string logger_name, sinks_init_list sinks_list, std::weak_ptr<details::thread_pool> tp,
|
|
|
|
async_logger(std::string logger_name, sinks_init_list sinks_list, std::weak_ptr<details::thread_pool> tp,
|
|
|
|