问题描述
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 -支持加载和过滤一个文件,不遵循/tail日志在DataGrid中显示数据.
- SharePoint ULS日志解析器 -一键访问日志文件,支持按进程名称,级别,区域和类别进行过滤.
- 日志查看器功能 -从管理中心访问,选择单个日志基本过滤类别,事件和跟踪的严重性,并在管理中心中以HTML格式输出.
- WSS/MOSS日志文件读取器 -访问单个日志文件来自管理中心的标准DataGrid筛选和排序选项.
- Stefan Gordon的ULS Viewer -打开个人日志,不关注/尾日志,在ListView详细信息中显示数据.按安全性,处理类别和自由格式文本过滤.
- SQL Integration Services -MSSQL(带有ETL软件包下载的博客文章)提供的所有报告,排序和过滤选项,设置起来非常耗时.
- LogParser -IIS管理员的熟悉界面,选项简捷.对于小型安装,安装时间太长.
- SharePoint日志查看器 -WPF,未经测试.
- Stonebond SharePoint日志查看器 -看起来不错,尚未经过测试.
- ULS反混淆器 -另一个WPF阅读器.
- 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日志查看器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!