通过rss暴露Log4net日志

发布于 2024-10-04 12:49:32 字数 161 浏览 6 评论 0原文

我有一个简单的问题,但可能有一个困难的答案,但是通过 RSS 公开 Log4Net 日志的最直接的方法是什么?

我想出了一个创建 AdoAppender 并向日志表公开某种 wcf 服务的想法。我尝试用谷歌搜索它,但到目前为止我得到的结果为零。

有人可以为我提供申请的起点吗?

I have a simple question which propably has a difficult answer, but what is the most straightforward way of exposing your Log4Net log through RSS?

I've come up with an idea to create an AdoAppender and expose some sort of wcf service to the log table. I've tried to Google for it, but until now i've come up with zero results.

Could anyone provide me with a starting point for the application?

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

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

发布评论

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

评论(1

终难遇 2024-10-11 12:49:32

我将使用 AdoNetAppender 并登录数据库。那么创建 feed 应该非常简单。以下文章显示了基础知识,剩下的就是从数据库加载数据:

http://deepumi.wordpress.com/2010/03/14/create-rss-2- 0-and-atom-1-0-in-asp-net-3-5-csharp/

I would use the AdoNetAppender and log in a database. Then it should be quite simple to create a feed. The following article shows the basics and all that is left for you is to load the data from the database:

http://deepumi.wordpress.com/2010/03/14/create-rss-2-0-and-atom-1-0-in-asp-net-3-5-csharp/

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