// Copyright(c) 2015-present, Gabi Melman & spdlog contributors. // Distributed under the MIT License (http://opensource.org/licenses/MIT) #ifndef SPDLOG_COMPILED_LIB #error Please define SPDLOG_COMPILED_LIB to compile this file. #endif #include #ifdef SPDLOG_USE_EXPORT_HEADER #include "spdlog_export.h" #else #define SPDLOG_EXPORT #endif #include "spdlog/details/null_mutex.h" #include "spdlog/async.h" #include "spdlog/sinks/stdout_sinks-inl.h" template class SPDLOG_EXPORT spdlog::sinks::stdout_sink_base; template class SPDLOG_EXPORT spdlog::sinks::stdout_sink_base; template class SPDLOG_EXPORT spdlog::sinks::stdout_sink; template class SPDLOG_EXPORT spdlog::sinks::stdout_sink; template class SPDLOG_EXPORT spdlog::sinks::stderr_sink; template class SPDLOG_EXPORT spdlog::sinks::stderr_sink; template SPDLOG_EXPORT std::shared_ptr spdlog::stdout_logger_mt(const std::string &logger_name); template SPDLOG_EXPORT std::shared_ptr spdlog::stdout_logger_st(const std::string &logger_name); template SPDLOG_EXPORT std::shared_ptr spdlog::stderr_logger_mt(const std::string &logger_name); template SPDLOG_EXPORT std::shared_ptr spdlog::stderr_logger_st(const std::string &logger_name); template SPDLOG_EXPORT std::shared_ptr spdlog::stdout_logger_mt(const std::string &logger_name); template SPDLOG_EXPORT std::shared_ptr spdlog::stdout_logger_st(const std::string &logger_name); template SPDLOG_EXPORT std::shared_ptr spdlog::stderr_logger_mt(const std::string &logger_name); template SPDLOG_EXPORT std::shared_ptr spdlog::stderr_logger_st(const std::string &logger_name);