Boost C++ Libraries

PrevUpHomeNext

Struct single_thread_tag

boost::log::sinks::single_thread_tag — The sink backend requires to be called in a single thread (IOW, no other threads EVER are allowed to write to the backend)

Synopsis

// In header: <boost/log/sinks/threading_models.hpp>


struct single_thread_tag : public threading_model_tag {
};

PrevUpHomeNext