WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
spdlog::sinks::ostream_sink< Mutex > Class Template Referencefinal

#include <ostream_sink.h>

Inheritance diagram for spdlog::sinks::ostream_sink< Mutex >:
Collaboration diagram for spdlog::sinks::ostream_sink< Mutex >:

Public Member Functions

 ostream_sink (std::ostream &os, bool force_flush=false)
 
 ostream_sink (const ostream_sink &)=delete
 
ostream_sinkoperator= (const ostream_sink &)=delete
 
- Public Member Functions inherited from spdlog::sinks::base_sink< Mutex >
 base_sink ()=default
 
 base_sink (const base_sink &)=delete
 
base_sinkoperator= (const base_sink &)=delete
 
void log (const details::log_msg &msg) final
 
void flush () final
 
void set_pattern (const std::string &pattern) final
 
void set_formatter (std::unique_ptr< spdlog::formatter > sink_formatter) final
 
- Public Member Functions inherited from spdlog::sinks::sink
 sink ()
 
 sink (std::unique_ptr< spdlog::pattern_formatter > formatter)
 
virtual ~sink ()=default
 
bool should_log (level::level_enum msg_level) const
 
void set_level (level::level_enum log_level)
 
level::level_enum level () const
 

Protected Member Functions

void sink_it_ (const details::log_msg &msg) override
 
void flush_ () override
 
- Protected Member Functions inherited from spdlog::sinks::base_sink< Mutex >
virtual void set_pattern_ (const std::string &pattern)
 
virtual void set_formatter_ (std::unique_ptr< spdlog::formatter > sink_formatter)
 

Protected Attributes

std::ostream & ostream_
 
bool force_flush_
 
- Protected Attributes inherited from spdlog::sinks::base_sink< Mutex >
Mutex mutex_
 
- Protected Attributes inherited from spdlog::sinks::sink
level_t level_
 
std::unique_ptr< spdlog::formatterformatter_
 

Detailed Description

template<typename Mutex>
class spdlog::sinks::ostream_sink< Mutex >

Definition at line 21 of file ostream_sink.h.

Constructor & Destructor Documentation

◆ ostream_sink() [1/2]

template<typename Mutex >
spdlog::sinks::ostream_sink< Mutex >::ostream_sink ( std::ostream &  os,
bool  force_flush = false 
)
inlineexplicit

Definition at line 24 of file ostream_sink.h.

Here is the call graph for this function:

◆ ostream_sink() [2/2]

template<typename Mutex >
spdlog::sinks::ostream_sink< Mutex >::ostream_sink ( const ostream_sink< Mutex > &  )
delete

Member Function Documentation

◆ flush_()

template<typename Mutex >
void spdlog::sinks::ostream_sink< Mutex >::flush_ ( )
inlineoverrideprotectedvirtual

Implements spdlog::sinks::base_sink< Mutex >.

Definition at line 44 of file ostream_sink.h.

◆ operator=()

template<typename Mutex >
ostream_sink& spdlog::sinks::ostream_sink< Mutex >::operator= ( const ostream_sink< Mutex > &  )
delete
Here is the caller graph for this function:

◆ sink_it_()

template<typename Mutex >
void spdlog::sinks::ostream_sink< Mutex >::sink_it_ ( const details::log_msg msg)
inlineoverrideprotectedvirtual

Implements spdlog::sinks::base_sink< Mutex >.

Definition at line 33 of file ostream_sink.h.

Member Data Documentation

◆ force_flush_

template<typename Mutex >
bool spdlog::sinks::ostream_sink< Mutex >::force_flush_
protected

Definition at line 50 of file ostream_sink.h.

◆ ostream_

template<typename Mutex >
std::ostream& spdlog::sinks::ostream_sink< Mutex >::ostream_
protected

Definition at line 49 of file ostream_sink.h.


The documentation for this class was generated from the following file: