spdlog
Loading...
Searching...
No Matches
spdlog.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/spdlog-inl.h>
9#include <spdlog/common-inl.h>
16#include <spdlog/logger-inl.h>
20
21#include <mutex>
22
23// template instantiate logger constructor with sinks init list
24template SPDLOG_API spdlog::logger::logger(std::string name, sinks_init_list::iterator begin, sinks_init_list::iterator end);
logger(std::string name)
Definition logger.h:51
#define SPDLOG_API
Definition common.h:31