Agora
1.2.0
Agora project
|
#include <mutex>
#include <spdlog/details/null_mutex.h>
#include <spdlog/async.h>
#include <spdlog/sinks/stdout_sinks-inl.h>
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_mt< spdlog::async_factory > | ( | const std::string & | logger_name | ) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_mt< spdlog::synchronous_factory > | ( | const std::string & | logger_name | ) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_st< spdlog::async_factory > | ( | const std::string & | logger_name | ) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_st< spdlog::synchronous_factory > | ( | const std::string & | logger_name | ) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_mt< spdlog::async_factory > | ( | const std::string & | logger_name | ) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_mt< spdlog::synchronous_factory > | ( | const std::string & | logger_name | ) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_st< spdlog::async_factory > | ( | const std::string & | logger_name | ) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_st< spdlog::synchronous_factory > | ( | const std::string & | logger_name | ) |