Windows 窗体应用程序中 RichTextBox 上的即时日志显示

发布于 2024-10-02 05:02:37 字数 106 浏览 3 评论 0原文

我有一个应用程序,我想在 Windows 窗体 Richtextbox 上显示日志(使用 log4net)。我从 log4net 获取日志消息,但在 GUI 响应时无法将其显示在框中。有什么帮助吗?

I've an application which I want to display logs (using log4net) on windows form richtextbox. I'm getting the log message from log4net but i could not be able to display it on the box while the GUI is responsive. any help?

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

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

发布评论

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

评论(1

铜锣湾横着走 2024-10-09 05:02:37

您应该在一个线程上运行表单,并在另一个线程上运行计算,这将更新表单对象。

You should run the form on one thread and the computation on another thread which will update the form object.

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