Boost C++ Libraries

PrevUpHomeNext

Header <boost/log/sinks/ordering_async_frontend.hpp>

Andrey Semashev

23.08.2009

The header contains implementation of asynchronous sink frontent with log record ordering capability.


BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL(z, n, types)
namespace boost {
  namespace log {
    namespace sinks {
      template<typename SinkBackendT> class ordering_asynchronous_sink;
    }
  }
}

PrevUpHomeNext