WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
ostream_sink.h File Reference
#include "spdlog/spdlog.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/sinks/base_sink.h"
#include <mutex>
#include <ostream>
Include dependency graph for ostream_sink.h:

Go to the source code of this file.

Classes

class  spdlog::sinks::ostream_sink< Mutex >
 

Namespaces

 spdlog
 
 spdlog::sinks
 

Typedefs

using spdlog::sinks::ostream_sink_mt = ostream_sink< std::mutex >
 
using spdlog::sinks::ostream_sink_st = ostream_sink< details::null_mutex >