问题标签 [wexpect]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
11 问题
0
投票
1
回答
59
浏览
python - 我们期望等效于日志记录
我在linux中使用pexpect有以下代码没关系。
当尝试更改为 wexpect 以在 Windows 中使用但日志文件为空时,我的目标是将 wexpect 生成的所有内容从头到尾写入日志文件
我努力了
但 print 也是空的。
所有其他wexpect
功能似乎都运行良好,我可以使用.sendline
,.expect
功能。
检查是否有人知道如何让日志记录工作似乎没有很多文档