Structs§
- Batch
Logger - Logs events from a timely stream, including progress information and logging messages
- Event
Writer - A wrapper for a writer that serializes
rkyv
encoded types that are FFI compatible
Constants§
- DIFFERENTIAL_
ARRANGEMENT_ LOGGER_ NAME - The name of the timely log stream for differential arrangement events
- DIFFERENTIAL_
ARRANGEMENT_ LOG_ FILE - The file that all differential arrangement events will be stored in
- TIMELY_
LOGGER_ NAME - The name of the timely log stream for timely events
- TIMELY_
LOG_ FILE - The file that all timely events will be stored in
- TIMELY_
PROGRESS_ LOGGER_ NAME - The name of the timely log stream for timely progress events
- TIMELY_
PROGRESS_ LOG_ FILE - The file that all timely progress events will be stored in
Functions§
- enable_
differential_ logging - Writes all differential dataflow event logs to the given writer
- enable_
timely_ logging - Writes all timely event logs to the given writer
- enable_
timely_ progress_ logging - log_
file_ path - Constructs the path to a logging file for the given worker
- save_
differential_ logs_ to_ disk - save_
timely_ logs_ to_ disk - save_
timely_ progress_ to_ disk