1// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
2// Distributed under the MIT License (http://opensource.org/licenses/MIT)
3
4#ifndef SPDLOG_COMPILED_LIB
5# error Please define SPDLOG_COMPILED_LIB to compile this file.
6#endif
7
8#include <spdlog/async.h>
9#include <spdlog/async_logger-inl.h>
10#include <spdlog/details/periodic_worker-inl.h>
11#include <spdlog/details/thread_pool-inl.h>
12