Agora  1.2.0
Agora project
color_sinks.cpp File Reference
Include dependency graph for color_sinks.cpp:

Functions

template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stdout_color_mt< spdlog::synchronous_factory > (const std::string &logger_name, color_mode mode)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stdout_color_st< spdlog::synchronous_factory > (const std::string &logger_name, color_mode mode)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stderr_color_mt< spdlog::synchronous_factory > (const std::string &logger_name, color_mode mode)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stderr_color_st< spdlog::synchronous_factory > (const std::string &logger_name, color_mode mode)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stdout_color_mt< spdlog::async_factory > (const std::string &logger_name, color_mode mode)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stdout_color_st< spdlog::async_factory > (const std::string &logger_name, color_mode mode)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stderr_color_mt< spdlog::async_factory > (const std::string &logger_name, color_mode mode)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stderr_color_st< spdlog::async_factory > (const std::string &logger_name, color_mode mode)
 

Function Documentation

◆ spdlog::stderr_color_mt< spdlog::async_factory >()

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_mt< spdlog::async_factory > ( const std::string &  logger_name,
color_mode  mode 
)

◆ spdlog::stderr_color_mt< spdlog::synchronous_factory >()

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_mt< spdlog::synchronous_factory > ( const std::string &  logger_name,
color_mode  mode 
)

◆ spdlog::stderr_color_st< spdlog::async_factory >()

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_st< spdlog::async_factory > ( const std::string &  logger_name,
color_mode  mode 
)

◆ spdlog::stderr_color_st< spdlog::synchronous_factory >()

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_st< spdlog::synchronous_factory > ( const std::string &  logger_name,
color_mode  mode 
)

◆ spdlog::stdout_color_mt< spdlog::async_factory >()

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_color_mt< spdlog::async_factory > ( const std::string &  logger_name,
color_mode  mode 
)

◆ spdlog::stdout_color_mt< spdlog::synchronous_factory >()

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_color_mt< spdlog::synchronous_factory > ( const std::string &  logger_name,
color_mode  mode 
)

◆ spdlog::stdout_color_st< spdlog::async_factory >()

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_color_st< spdlog::async_factory > ( const std::string &  logger_name,
color_mode  mode 
)

◆ spdlog::stdout_color_st< spdlog::synchronous_factory >()

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_color_st< spdlog::synchronous_factory > ( const std::string &  logger_name,
color_mode  mode 
)