// 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 #include #include #include template class SPDLOG_API spdlog::sinks::stdout_sink_base; template class SPDLOG_API spdlog::sinks::stdout_sink_base; template class SPDLOG_API spdlog::sinks::stdout_sink; template class SPDLOG_API spdlog::sinks::stdout_sink; template class SPDLOG_API spdlog::sinks::stderr_sink; template class SPDLOG_API spdlog::sinks::stderr_sink; template SPDLOG_API std::shared_ptr spdlog::stdout_logger_mt(const std::string &logger_name); template SPDLOG_API std::shared_ptr spdlog::stdout_logger_st(const std::string &logger_name); template SPDLOG_API std::shared_ptr spdlog::stderr_logger_mt(const std::string &logger_name); template SPDLOG_API std::shared_ptr spdlog::stderr_logger_st(const std::string &logger_name); template SPDLOG_API std::shared_ptr spdlog::stdout_logger_mt(const std::string &logger_name); template SPDLOG_API std::shared_ptr spdlog::stdout_logger_st(const std::string &logger_name); template SPDLOG_API std::shared_ptr spdlog::stderr_logger_mt(const std::string &logger_name); template SPDLOG_API std::shared_ptr spdlog::stderr_logger_st(const std::string &logger_name);