使用 log4net 记录程序集版本?

发布于 2024-10-19 03:26:14 字数 64 浏览 1 评论 0原文

我正在使用 log4net.Appender.AdoNetAppender。有没有办法将程序集版本添加到每个条目?

I am using the log4net.Appender.AdoNetAppender. Is there a way to add the assembly version to each entry?

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

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

发布评论

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

评论(1

愚人国度 2024-10-26 03:26:14

您可以使用线程或全局上下文来实现此目的。看看这个教程

为了更好地回答您的问题,我需要了解更多详细信息:您要记录哪个程序集的版本?只是可执行文件的版本(简单:只需将其添加到全局上下文)或包含记录代码的程序集的版本(需要更多努力)?

You can use thread or global context for this purpose. Have a look at this tutorial.

To answer your question better I need to know a bit more details: The version of which assembly do you want to log? Just the version of the executable (simple: just add it to the global context) or of the assembly that contains the code that logs (requires a bit more effort)?

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