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