spdlog
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
null_sink.h File Reference

Go to the source code of this file.

#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/synchronous_factory.h>
#include <mutex>

Classes

class  spdlog::sinks::null_sink< Mutex >
 

Namespaces

namespace  spdlog
 
namespace  spdlog::sinks
 

Typedefs

using spdlog::sinks::null_sink_mt = null_sink< details::null_mutex >
 
using spdlog::sinks::null_sink_st = null_sink< details::null_mutex >
 

Functions

template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< loggerspdlog::null_logger_mt (const std::string &logger_name)
 
template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< loggerspdlog::null_logger_st (const std::string &logger_name)