Module logging

Source
Expand description

Traits, implementations, and macros related to logging timely events.

Structs§

ApplicationEvent
Application-defined code start or stop
ApplicationEventContainer
Derived columnar container for a struct.
ApplicationEventReference
Derived columnar reference for a struct.
BatchLogger
Logs events as a timely stream, with progress statements.
ChannelsEvent
The creation of a channel between operators.
ChannelsEventContainer
Derived columnar container for a struct.
ChannelsEventReference
Derived columnar reference for a struct.
CommChannelKindContainer
Derived columnar container for all-unit enum.
CommChannelsEvent
Event on a communication channel
CommChannelsEventContainer
Derived columnar container for a struct.
CommChannelsEventReference
Derived columnar reference for a struct.
GuardedMessageEvent
Application-defined code start or stop
GuardedMessageEventContainer
Derived columnar container for a struct.
GuardedMessageEventReference
Derived columnar reference for a struct.
GuardedProgressEvent
Application-defined code start or stop
GuardedProgressEventContainer
Derived columnar container for a struct.
GuardedProgressEventReference
Derived columnar reference for a struct.
InputEvent
Input logic start/stop
InputEventContainer
Derived columnar container for a struct.
InputEventReference
Derived columnar reference for a struct.
MessagesEvent
Message send or receive event
MessagesEventContainer
Derived columnar container for a struct.
MessagesEventReference
Derived columnar reference for a struct.
OperatesEvent
The creation of an Operate implementor.
OperatesEventContainer
Derived columnar container for a struct.
OperatesEventReference
Derived columnar reference for a struct.
OperatesSummaryEvent
The summary of internal connectivity of an Operate implementor.
OperatesSummaryEventContainer
Derived columnar container for a struct.
OperatesSummaryEventReference
Derived columnar reference for a struct.
ParkEventContainer
Derived columnar container for an enum.
PushProgressEvent
External progress pushed onto an operator
PushProgressEventContainer
Derived columnar container for a struct.
PushProgressEventReference
Derived columnar reference for a struct.
ScheduleEvent
Operator start or stop.
ScheduleEventContainer
Derived columnar container for a struct.
ScheduleEventReference
Derived columnar reference for a struct.
ShutdownEvent
Operator shutdown.
ShutdownEventContainer
Derived columnar container for a struct.
ShutdownEventReference
Derived columnar reference for a struct.
StartStopContainer
Derived columnar container for all-unit enum.
TimelyEventContainer
Derived columnar container for an enum.
TimelyProgressEvent
Send or receive of progress information.
TimelySetup
Identifier of the worker that generated a log line
TimelySetupContainer
Derived columnar container for a struct.
TimelySetupReference
Derived columnar reference for a struct.

Enums§

CommChannelKind
Kind of communication channel
ParkEvent
Records the starting and stopping of an operator.
ParkEventReference
Reference for an enum.
StartStop
Records the starting and stopping of an operator.
TimelyEvent
An event in a timely worker
TimelyEventReference
Reference for an enum.

Type Aliases§

TimelyEventBuilder
Container builder for timely dataflow system events.
TimelyLogger
Logger for timely dataflow system events.
TimelyProgressEventBuilder
Container builder for timely dataflow progress events.
TimelyProgressLogger
Logger for timely dataflow progress events (the “timely/progress/*” log streams).
TimelySummaryEventBuilder
Container builder for timely dataflow operator summary events.
TimelySummaryLogger
Logger for timely dataflow operator summary events (the “timely/summary/*” log streams).
WorkerIdentifier
Type alias for logging timely events.