Expand description
Traits, implementations, and macros related to logging timely events.
Structs§
- Application
Event - Application-defined code start or stop
- Batch
Logger - Logs events as a timely stream, with progress statements.
- Channels
Event - The creation of a channel between operators.
- Comm
Channels Event - Event on a communication channel
- Guarded
Message Event - Application-defined code start or stop
- Guarded
Progress Event - Application-defined code start or stop
- Input
Event - Input logic start/stop
- Messages
Event - Message send or receive event
- Operates
Event - The creation of an
Operate
implementor. - Push
Progress Event - External progress pushed onto an operator
- Schedule
Event - Operator start or stop.
- Shutdown
Event - Operator shutdown.
- Timely
Progress Event - Send or receive of progress information.
- Timely
Setup - Identifier of the worker that generated a log line
Enums§
- Comm
Channel Kind - Kind of communication channel
- Park
Event - Records the starting and stopping of an operator.
- Start
Stop - Records the starting and stopping of an operator.
- Timely
Event - An event in a timely worker
Traits§
- Progress
Event Timestamp - Encapsulates Any and Debug for dynamically typed timestamps in logs
- Progress
Event Timestamp Vec - A vector of progress updates in logs
Type Aliases§
- Logger
- Logger type for worker-local logging.
- Timely
Logger - Logger for timely dataflow system events.
- Timely
Progress Logger - Logger for timely dataflow progress events (the “timely/progress” log stream).
- Worker
Identifier - Type alias for logging timely events.