pub fn log_file_operation(
operation: &str,
source: &str,
destination: Option<&str>,
print_level: u32,
)Expand description
Validates and logs file operations for wavefunction management.
ยงArguments
operation- Description of the file operationsource- Source file pathdestination- Destination file path (optional)print_level- Print level (0=quiet, 1=normal, 2=verbose)