void logNetwork(String context, String message, [List<dynamic>? args]) { _safeLog('info', context, _networkIcon, message, args); }