|
|
@ -14,9 +14,9 @@
|
|
|
|
// until all its messages are processed by the thread pool.
|
|
|
|
// until all its messages are processed by the thread pool.
|
|
|
|
// This is because each message in the queue holds a shared_ptr to the originating logger.
|
|
|
|
// This is because each message in the queue holds a shared_ptr to the originating logger.
|
|
|
|
|
|
|
|
|
|
|
|
#include "async_logger.h"
|
|
|
|
#include "spdlog/async_logger.h"
|
|
|
|
#include "details/registry.h"
|
|
|
|
#include "spdlog/details/registry.h"
|
|
|
|
#include "details/thread_pool.h"
|
|
|
|
#include "spdlog/details/thread_pool.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include <memory>
|
|
|
|
#include <memory>
|
|
|
|
namespace spdlog {
|
|
|
|
namespace spdlog {
|
|
|
|