Expand description
Callback system for FerricLink Core
This module provides a comprehensive callback system for monitoring and tracing the execution of FerricLink components.
Structs§
- Callback
Manager - A callback manager that manages multiple callback handlers
- Console
Callback Handler - A console callback handler that prints run information to stdout
- Memory
Callback Handler - A callback handler that collects run information in memory
- RunId
- A run ID for tracking execution
- RunInfo
- Information about a run
Traits§
- Callback
Handler - Base trait for all callback handlers
Functions§
- colored_
console_ callback_ handler - Helper function to create a colored console callback handler
- console_
callback_ handler - Helper function to create a console callback handler
- memory_
callback_ handler - Helper function to create a memory callback handler
- verbose_
colored_ console_ callback_ handler - Helper function to create a verbose colored console callback handler
- verbose_
console_ callback_ handler - Helper function to create a verbose console callback handler