Agora
1.2.0
Agora project
|
#include <mutex>
#include <spdlog/details/null_mutex.h>
#include <spdlog/async.h>
#include "spdlog/sinks/ansicolor_sink-inl.h"
#include "spdlog/sinks/stdout_color_sinks-inl.h"
Functions | |
template SPDLOG_API std::shared_ptr< spdlog::logger > | spdlog::stdout_color_mt< spdlog::synchronous_factory > (const std::string &logger_name, color_mode mode) |
template SPDLOG_API std::shared_ptr< spdlog::logger > | spdlog::stdout_color_st< spdlog::synchronous_factory > (const std::string &logger_name, color_mode mode) |
template SPDLOG_API std::shared_ptr< spdlog::logger > | spdlog::stderr_color_mt< spdlog::synchronous_factory > (const std::string &logger_name, color_mode mode) |
template SPDLOG_API std::shared_ptr< spdlog::logger > | spdlog::stderr_color_st< spdlog::synchronous_factory > (const std::string &logger_name, color_mode mode) |
template SPDLOG_API std::shared_ptr< spdlog::logger > | spdlog::stdout_color_mt< spdlog::async_factory > (const std::string &logger_name, color_mode mode) |
template SPDLOG_API std::shared_ptr< spdlog::logger > | spdlog::stdout_color_st< spdlog::async_factory > (const std::string &logger_name, color_mode mode) |
template SPDLOG_API std::shared_ptr< spdlog::logger > | spdlog::stderr_color_mt< spdlog::async_factory > (const std::string &logger_name, color_mode mode) |
template SPDLOG_API std::shared_ptr< spdlog::logger > | spdlog::stderr_color_st< spdlog::async_factory > (const std::string &logger_name, color_mode mode) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_mt< spdlog::async_factory > | ( | const std::string & | logger_name, |
color_mode | mode | ||
) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_mt< spdlog::synchronous_factory > | ( | const std::string & | logger_name, |
color_mode | mode | ||
) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_st< spdlog::async_factory > | ( | const std::string & | logger_name, |
color_mode | mode | ||
) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_st< spdlog::synchronous_factory > | ( | const std::string & | logger_name, |
color_mode | mode | ||
) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_color_mt< spdlog::async_factory > | ( | const std::string & | logger_name, |
color_mode | mode | ||
) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_color_mt< spdlog::synchronous_factory > | ( | const std::string & | logger_name, |
color_mode | mode | ||
) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_color_st< spdlog::async_factory > | ( | const std::string & | logger_name, |
color_mode | mode | ||
) |
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_color_st< spdlog::synchronous_factory > | ( | const std::string & | logger_name, |
color_mode | mode | ||
) |