在主流程控制台中显示所有信息

发布于 2024-12-09 05:57:10 字数 89 浏览 0 评论 0原文

我有一个程序(用 python 编写),它启动多个进程。 现在我希望所有已启动进程的信息(错误、警告、打印等)都显示在主进程控制台中。

我该怎么做?

I got a program (written in python) who starts several processes.
Now I want that information (errors, warnings, prints etc.) from all started processes are displayed in the main process console.

How can I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巷雨优美回忆 2024-12-16 05:57:10

您需要将管道与 subprocess 模块一起使用,请参阅

http://docs .python.org/library/subprocess.html#replacing-shell-pipeline

You'll need to use pipes with the subprocess module see

http://docs.python.org/library/subprocess.html#replacing-shell-pipeline

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文