mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-15 18:22:07 +08:00
context in async factory
This commit is contained in:
parent
fddf4c99d7
commit
fbfe246075
@ -26,7 +26,7 @@
|
|||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
|
|
||||||
namespace details {
|
namespace details {
|
||||||
static const size_t default_async_q_size = 8192;
|
static constexpr size_t default_async_q_size = 8192;
|
||||||
}
|
}
|
||||||
|
|
||||||
// async logger factory - creates async loggers backed with thread pool.
|
// async logger factory - creates async loggers backed with thread pool.
|
||||||
|
Loading…
Reference in New Issue
Block a user