使用 log4net 记录程序集版本?
我正在使用 log4net.Appender.AdoNetAppender。有没有办法将程序集版本添加到每个条目?
I am using the log4net.Appender.AdoNetAppender. Is there a way to add the assembly version to each entry?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用线程或全局上下文来实现此目的。看看这个教程。
为了更好地回答您的问题,我需要了解更多详细信息:您要记录哪个程序集的版本?只是可执行文件的版本(简单:只需将其添加到全局上下文)或包含记录代码的程序集的版本(需要更多努力)?
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)?