Agora  1.2.0
Agora project
stdout_sinks.h File Reference
Include dependency graph for stdout_sinks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  spdlog::sinks::stdout_sink_base< ConsoleMutex >
 
class  spdlog::sinks::stdout_sink< ConsoleMutex >
 
class  spdlog::sinks::stderr_sink< ConsoleMutex >
 

Namespaces

 spdlog
 
 spdlog::sinks
 

Typedefs

using spdlog::sinks::stdout_sink_mt = stdout_sink< details::console_mutex >
 
using spdlog::sinks::stdout_sink_st = stdout_sink< details::console_nullmutex >
 
using spdlog::sinks::stderr_sink_mt = stderr_sink< details::console_mutex >
 
using spdlog::sinks::stderr_sink_st = stderr_sink< details::console_nullmutex >
 

Functions

template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< logger > spdlog::stdout_logger_mt (const std::string &logger_name)
 
template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< logger > spdlog::stdout_logger_st (const std::string &logger_name)
 
template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< logger > spdlog::stderr_logger_mt (const std::string &logger_name)
 
template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< logger > spdlog::stderr_logger_st (const std::string &logger_name)