Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
block_on_overflow.hpp File Reference
#include <boost/log/detail/config.hpp>
#include <boost/intrusive/options.hpp>
#include <boost/intrusive/list.hpp>
#include <boost/intrusive/list_hook.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/log/core/record_view.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for block_on_overflow.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::sinks::block_on_overflow
 Blocking strategy for handling log record queue overflows. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::sinks
 

Detailed Description

Author
Andrey Semashev
Date
04.01.2012

The header contains implementation of block_on_overflow strategy for handling queue overflows in bounded queues for the asynchronous sink frontend.