Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些带有标头信息的 IIS 日志,希望由预先存在的框架解析。我可以利用 ASP.NET 中使用浏览器定义文件的部分,或许与51 度 mobi工具一起使用。
我应该用来分析日志文件的正确 .NET API(或类似的)是什么?
我目前正在为 51Degrees 做一些开源工作。我最近写了一篇关于使用 API 的 C 实现来解析 W3C 日志文件的文章。你可以在这里找到这篇文章。这是你要找的那种东西吗?希望这可以帮助。