spdlog
Loading...
Searching...
No Matches
file_sinks.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
12
13#include <mutex>
14
17
#define SPDLOG_API
Definition common.h:31