#include <logmpx.h>
Public Attributes | |
| LogPipe | super |
| GPtrArray * | next_hops |
| gboolean | fallback_exists |
| gboolean | delivery_propagation |
This class encapsulates a fork of the message pipe-line. It receives messages via its queue() method and forwards them to its list of next_hops in addition to the standard pipe_next next-hop already provided by LogPipe.
This object is used for example for each source to send messages to all log pipelines that refer to the source.
| gboolean LogMultiplexer::delivery_propagation |
| gboolean LogMultiplexer::fallback_exists |
| GPtrArray* LogMultiplexer::next_hops |
| LogPipe LogMultiplexer::super |