Expand description
Global trace log flush hook.
Allows any crate (including vtcode-tui) to trigger a trace log flush
without depending on vtcode-core. The flush callback is registered once
during tracing initialization and can be invoked from signal handlers or
shutdown sequences.
Functionsยง
- flush_
trace_ log - Flush the global trace log writer.
- register_
trace_ flush_ hook - Register a flush callback. Called once during tracing initialization.