#include <boost/log/detail/config.hpp>
#include <cstddef>
#include <queue>
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.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>
Classes | |
class | boost::sinks::bounded_fifo_queue< MaxQueueSizeV, OverflowStrategyT > |
Bounded FIFO log record queueing strategy. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::sinks | |
The header contains implementation of bounded FIFO queueing strategy for the asynchronous sink frontend.