WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
stdout_sinks.h File Reference
#include "spdlog/spdlog.h"
#include "spdlog/details/console_globals.h"
#include "spdlog/details/null_mutex.h"
#include <cstdio>
#include <memory>
#include <mutex>
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< TargetStream, ConsoleMutex >
 

Namespaces

 spdlog
 
 spdlog::sinks
 

Typedefs

using spdlog::sinks::stdout_sink_mt = stdout_sink< details::console_stdout, details::console_mutex >
 
using spdlog::sinks::stdout_sink_st = stdout_sink< details::console_stdout, details::console_nullmutex >
 
using spdlog::sinks::stderr_sink_mt = stdout_sink< details::console_stderr, details::console_mutex >
 
using spdlog::sinks::stderr_sink_st = stdout_sink< details::console_stderr, details::console_nullmutex >
 

Functions

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