spdlog
Loading...
Searching...
No Matches
src
async.cpp
Go to the documentation of this file.
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
13
template
class
SPDLOG_API
spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>
;
async.h
async_logger-inl.h
spdlog::details::mpmc_blocking_queue
Definition
mpmc_blocking_q.h:23
SPDLOG_API
#define SPDLOG_API
Definition
common.h:31
periodic_worker-inl.h
thread_pool-inl.h
Generated by
1.9.8