![]() |
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)
// In header: <boost/log/sinks/threading_models.hpp> struct single_thread_tag : public threading_model_tag { };