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