Castle 3.0 ILogger 破坏了 NVelocityTemplateEngine 包装器?

发布于 2024-12-28 23:23:26 字数 305 浏览 1 评论 0原文

3.x 中的 ILogger 接口似乎缺少 TemplateEngine 需要的 .Info 方法。我收到以下错误...

Method not found: 'Void Castle.Core.Logging.ILogger.Info(System.String, System.Object[])'.

我正在使用版本 1.1.1.0 Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine。也许这不是正确的版本,因此我们将不胜感激任何指出正确版本的帮助。

It appears that the the ILogger interface in 3.x is missing a method for .Info that the TemplateEngineNeeds. I'm getting the following error...

Method not found: 'Void Castle.Core.Logging.ILogger.Info(System.String, System.Object[])'.

I'm using version 1.1.1.0 Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine. Perhaps this isn't the correct version so any help in pointing out the correct version would be greatly appreciated.

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

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

发布评论

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

评论(1

木森分化 2025-01-04 23:23:26

据我所知,还没有人将 TemplateEngine 升级到 Castle.Core 3.0。请分叉存储库并升级它,然后向团队发送拉取请求。如果您对代码有任何疑问,请发布到 Castle 开发列表

As far as I know nobody has upgraded TemplateEngine to Castle.Core 3.0 yet. Please fork the repository and upgrade it, then send the team a pull request. If you have any questions about the code post to the Castle Dev list.

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