Agora  1.2.0
Agora project
stdout_sinks.cpp File Reference
#include <mutex>
#include <spdlog/details/null_mutex.h>
#include <spdlog/async.h>
#include <spdlog/sinks/stdout_sinks-inl.h>
Include dependency graph for stdout_sinks.cpp:

Functions

template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stdout_logger_mt< spdlog::synchronous_factory > (const std::string &logger_name)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stdout_logger_st< spdlog::synchronous_factory > (const std::string &logger_name)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stderr_logger_mt< spdlog::synchronous_factory > (const std::string &logger_name)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stderr_logger_st< spdlog::synchronous_factory > (const std::string &logger_name)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stdout_logger_mt< spdlog::async_factory > (const std::string &logger_name)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stdout_logger_st< spdlog::async_factory > (const std::string &logger_name)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stderr_logger_mt< spdlog::async_factory > (const std::string &logger_name)
 
template SPDLOG_API std::shared_ptr< spdlog::loggerspdlog::stderr_logger_st< spdlog::async_factory > (const std::string &logger_name)
 

Function Documentation

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

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_mt< spdlog::async_factory > ( const std::string &  logger_name)

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

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_mt< spdlog::synchronous_factory > ( const std::string &  logger_name)

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

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_st< spdlog::async_factory > ( const std::string &  logger_name)

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

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_logger_st< spdlog::synchronous_factory > ( const std::string &  logger_name)

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

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_mt< spdlog::async_factory > ( const std::string &  logger_name)

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

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_mt< spdlog::synchronous_factory > ( const std::string &  logger_name)

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

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_st< spdlog::async_factory > ( const std::string &  logger_name)

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

template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stdout_logger_st< spdlog::synchronous_factory > ( const std::string &  logger_name)