Feature #3553
Updated by Davide Pesavento over 6 years ago
The current implementation hardcodes soon-to-be-merged code uses the default `unbounded_fifo_queue` for async logger of Boost.Log. Boost.Log allows some compile-time customization via template arguments, see http://www.boost.org/doc/libs/1_60_0/libs/log/doc/html/log/detailed/sink_frontends.html#log.detailed.sink_frontends.async.customizing_record_queueing_strategy This task is to allow setting set some upper bound limit on the logging queue length and test operations under different load conditions.