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