macro_rules! log_network_result {
    ($text:expr) => { ... };
    ($fmt:literal, $($arg:expr),+) => { ... };
}