WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
null_sink.h File Reference
#include "spdlog/spdlog.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/sinks/base_sink.h"
#include <mutex>
Include dependency graph for null_sink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  spdlog::sinks::null_sink< Mutex >
 

Namespaces

 spdlog
 
 spdlog::sinks
 

Typedefs

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

Functions

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