城堡伐木门面和 NLog

发布于 2024-11-30 09:35:15 字数 190 浏览 1 评论 0原文

我正在使用 Castle 来记录立面。当我的记录器记录消息时,我遇到问题。调用站点不是我的 Namespace.Class,而是城堡外观:Castle.Services.Logging.NLogIntegration.NLogLogger.Debug 那么,如何将调用点设置为调用此记录器的真正类,而不是 Castle 的 Nlog 实现?

I'm using Castle for logging facade. I have problem when my logger is logging message. The callsite is not my Namespace.Class but is castle facade: Castle.Services.Logging.NLogIntegration.NLogLogger.Debug
So, how to set a callsite to be my real class that is calling this logger, and not the Castle's Nlog implementation?

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

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

发布评论

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

评论(1

白首有我共你 2024-12-07 09:35:15

我能够通过使用记录器所在类的名称创建记录器并更改配置文件以写入记录器名称而不是调用站点来解决此问题。

I was able to solve this by creating logger with name of the class in which logger is and by changing configuration file to write logger name instead of call site.

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