SObjectizer  5.8
Loading...
Searching...
No Matches
msg_tracing.cpp File Reference
#include <so_5/msg_tracing.hpp>
#include <mutex>
#include <iostream>

Go to the source code of this file.

Classes

class  so_5::msg_tracing::impl::std_stream_tracer_t
 A simple implementation of tracer which uses one of standard streams. More...
 

Namespaces

namespace  so_5
 Private part of message limit implementation.
 
namespace  so_5::msg_tracing
 Public part of message delivery tracing mechanism.
 
namespace  so_5::msg_tracing::impl
 Implementation details of message delivery tracing mechanism.
 

Functions

SO_5_FUNC tracer_unique_ptr_t so_5::msg_tracing::std_cout_tracer ()
 Factory for tracer which uses std::cout stream.
 
SO_5_FUNC tracer_unique_ptr_t so_5::msg_tracing::std_cerr_tracer ()
 Factory for tracer which uses std::cerr stream.
 
SO_5_FUNC tracer_unique_ptr_t so_5::msg_tracing::std_clog_tracer ()
 Factory for tracer which uses std::clog stream.