#include <boost/log/detail/config.hpp>
#include <queue>
#include <vector>
#include <boost/cstdint.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/thread_time.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/log/detail/timestamp.hpp>
#include <boost/log/detail/enqueued_record.hpp>
#include <boost/log/keywords/order.hpp>
#include <boost/log/keywords/ordering_window.hpp>
#include <boost/log/core/record_view.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
class | boost::sinks::unbounded_ordering_queue< OrderT > |
Unbounded ordering log record queueing strategy. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::sinks | |
The header contains implementation of unbounded ordering record queueing strategy for the asynchronous sink frontend.