[#BloombergLP-ball-Transmission-Cause] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Transmission.adoc[Transmission]::Cause :relfileprefix: ../../../ :mrdocs: Causes of the transmission of a log record. == Synopsis Declared in `<ball_transmission.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Cause; ---- == Members [cols="1,4"] |=== | Name| Description | `e_PASSTHROUGH` | Single record emitted; caused locally. | `e_TRIGGER` | All records emitted; caused locally. | `e_TRIGGER_ALL` | All records emitted; caused remotely. | `e_MANUAL_PUBLISH` | Manually publish a single record. | `e_MANUAL_PUBLISH_ALL` | Manually publish all records. | `e_END` | Not supported; do not use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#