What a forwarder has done so far.
More...
#include <logforward.h>
|
|
uint64 | sent |
| | Records handed to the transport.
|
| |
|
uint64 | spooled |
| | Records held because the transport was not taking any.
|
| |
|
uint64 | dropped |
| | Records the spool evicted to stay within its bound.
|
| |
|
uint64 | looped |
| | Records refused because forwarding them would close a loop.
|
| |
|
uint64 | failed |
| | Records that could not be encoded.
|
| |
|
uint64 | pending |
| | Bytes currently spooled.
|
| |
|
bool | subscribed |
| | A receiver has asked for something and has not been unsubscribed.
|
| |
What a forwarder has done so far.
Definition at line 130 of file logforward.h.
The documentation for this struct was generated from the following file: