mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
deleted copy op and a little format
This commit is contained in:
@@ -21,7 +21,7 @@ inline spdlog::async_logger::async_logger(const std::string& name,
|
||||
const It& begin,
|
||||
const It& end,
|
||||
size_t queue_size,
|
||||
const async_overflow_policy overflow_policy,
|
||||
const async_overflow_policy overflow_policy,
|
||||
const std::function<void()>& worker_warmup_cb,
|
||||
const std::chrono::milliseconds& flush_interval_ms,
|
||||
const std::function<void()>& worker_teardown_cb) :
|
||||
@@ -33,7 +33,7 @@ inline spdlog::async_logger::async_logger(const std::string& name,
|
||||
inline spdlog::async_logger::async_logger(const std::string& name,
|
||||
sinks_init_list sinks,
|
||||
size_t queue_size,
|
||||
const async_overflow_policy overflow_policy,
|
||||
const async_overflow_policy overflow_policy,
|
||||
const std::function<void()>& worker_warmup_cb,
|
||||
const std::chrono::milliseconds& flush_interval_ms,
|
||||
const std::function<void()>& worker_teardown_cb) :
|
||||
@@ -42,7 +42,7 @@ inline spdlog::async_logger::async_logger(const std::string& name,
|
||||
inline spdlog::async_logger::async_logger(const std::string& name,
|
||||
sink_ptr single_sink,
|
||||
size_t queue_size,
|
||||
const async_overflow_policy overflow_policy,
|
||||
const async_overflow_policy overflow_policy,
|
||||
const std::function<void()>& worker_warmup_cb,
|
||||
const std::chrono::milliseconds& flush_interval_ms,
|
||||
const std::function<void()>& worker_teardown_cb) :
|
||||
|
Reference in New Issue
Block a user