|
spdlog
|
Go to the source code of this file.
#include <spdlog/sinks/stdout_sinks.h>#include <spdlog/details/console_globals.h>#include <spdlog/pattern_formatter.h>#include <memory>Namespaces | |
| namespace | spdlog |
| namespace | spdlog::sinks |
Functions | |
| template<typename Factory > | |
| SPDLOG_INLINE std::shared_ptr< logger > | spdlog::stdout_logger_mt (const std::string &logger_name) |
| template<typename Factory > | |
| SPDLOG_INLINE std::shared_ptr< logger > | spdlog::stdout_logger_st (const std::string &logger_name) |
| template<typename Factory > | |
| SPDLOG_INLINE std::shared_ptr< logger > | spdlog::stderr_logger_mt (const std::string &logger_name) |
| template<typename Factory > | |
| SPDLOG_INLINE std::shared_ptr< logger > | spdlog::stderr_logger_st (const std::string &logger_name) |