mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
deleted copy op and a little format
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
const It& begin,
|
||||
const It& end,
|
||||
size_t queue_size,
|
||||
const async_overflow_policy overflow_policy = async_overflow_policy::block_retry,
|
||||
const async_overflow_policy overflow_policy = async_overflow_policy::block_retry,
|
||||
const std::function<void()>& worker_warmup_cb = nullptr,
|
||||
const std::chrono::milliseconds& flush_interval_ms = std::chrono::milliseconds::zero(),
|
||||
const std::function<void()>& worker_teardown_cb = nullptr);
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
async_logger(const std::string& name,
|
||||
sink_ptr single_sink,
|
||||
size_t queue_size,
|
||||
const async_overflow_policy overflow_policy = async_overflow_policy::block_retry,
|
||||
const async_overflow_policy overflow_policy = async_overflow_policy::block_retry,
|
||||
const std::function<void()>& worker_warmup_cb = nullptr,
|
||||
const std::chrono::milliseconds& flush_interval_ms = std::chrono::milliseconds::zero(),
|
||||
const std::function<void()>& worker_teardown_cb = nullptr);
|
||||
@@ -78,5 +78,4 @@ private:
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#include "details/async_logger_impl.h"
|
||||
|
||||
Reference in New Issue
Block a user