Formats log content
String stringifyLog(List<dynamic> content) { return content.map((item) => safeStringify(item)).join(' '); }