pub fn log_mode_transition(from_mode: RunMode, to_mode: RunMode, reason: &str)Expand description
Logs mode transitions and file operations for debugging and user information.
ยงArguments
from_mode- The original run modeto_mode- The new run mode after transitionreason- Reason for the mode transition