spdlog
Loading...
Searching...
No Matches
Functions
stdout_sinks.cpp File Reference

Go to the source code of this file.

#include <mutex>
#include <spdlog/details/null_mutex.h>
#include <spdlog/async.h>
#include <spdlog/sinks/stdout_sinks-inl.h>

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 >()

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

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

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

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

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

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

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