macro_rules! log_task_operation {
($operation:expr, $task_id:expr) => { ... };
($operation:expr, $task_id:expr, $details:expr) => { ... };
}macro_rules! log_task_operation {
($operation:expr, $task_id:expr) => { ... };
($operation:expr, $task_id:expr, $details:expr) => { ... };
}