本文介绍了SharePoint 2007日志查看器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

SharePoint 2007(WSS或MOSS)日志即使在大屏幕上也不容易读取,任何人都可以通过日志查看器查看以下内容:

SharePoint 2007 (WSS or MOSS) logs are not easy to read even on a large screen, has anyone come across a log viewer that is able to:

  • 实时显示SharePoint日志和历史记录
  • 通过各种参数过滤事件
  • 应付SharePoint的日志轮换

可以接受上述功能的一部分,以及WinForms或SharePoint功能的一系列工具.

A subset of the above features would be acceptable, as would a range of tools either WinForms or SharePoint Features.

除了引起我注意的顺序以外,下面的列表没有其他特定顺序.如果您对产品upvote/评论有任何经验,我已在下面的答案中张贴了我发现的日志查看器.

The list below isn't in any particular order other than the order in which they came to my attention. I have posted the log viewers that I found, if you have had any experience with the products upvote/comment in the answers below.

到目前为止已发现:

  • SPLogViewer - supports loading and filtering one file, does not follow/tail log displays data in a DataGrid.
  • SharePoint ULS Log Parser - one click access to log files, supports filtering by Process Name, Level, Area and Category.
  • Log Viewer Feature - access from Central Administration, select individual log basic filtering on category, event and trace severity, output as HTML in Central Administration.
  • WSS / MOSS Log File Reader - Access to individual log files from Central Administration, standard DataGrid filtering and sorting options.
  • Stefan Gordon's ULS Viewer - Open individual log, does not follow/tail log, displays data in ListView detail. Filter by secerity, process category and free form text.
  • SQL Integration Services - All reporting, sorting and filtering options provided by MSSQL (Blog Post with ETL Package Download), time consuming to setup.
  • LogParser - Familiar interface to IIS Administrators, pleanty of options. Setup takes too long for small installations.
  • SharePoint Log Viewer - WPF, as yet untested.
  • Stonebond SharePoint Log Viewer - Looks great, as yet untested.
  • ULS Deobfuscator - Another WPF reader.

推荐答案

我自己尚未对其进行测试,但可以尝试一下: http://www.codeplex.com/SPLogViewer

I haven't test it myself but give this one a try: http://www.codeplex.com/SPLogViewer

这篇关于SharePoint 2007日志查看器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 16:19
查看更多