|
spdlog
|
Go to the source code of this file.
#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"| 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 | ||
| ) |