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

Classes

class  boost::sinks::drop_on_overflow
 Log record dropping strategy. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::sinks
 

Detailed Description

Author
Andrey Semashev
Date
04.01.2012

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