SPGlobalAdmin.SetLogThreshold 方法

请注意:此 API 现在已过时。

请改用SPDiagnosticsService类的**SetAll(TraceSeverity)**方法。(在Windows SharePoint Services 2.0SetLogThreshold方法获得一个日志记录阈值值,它指定为其在SharePoint Foundation错误日志中,记录消息的最高级别和向后兼容性维护。)

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Use the SPDiagnosticsService.SetAll(TraceSeverity) api instead.",  _
    False)> _
Public Sub SetLogThreshold ( _
    iThreshold As Integer _
)
用法
Dim instance As SPGlobalAdmin
Dim iThreshold As Integer

instance.SetLogThreshold(iThreshold)
[ObsoleteAttribute("Use the SPDiagnosticsService.SetAll(TraceSeverity) api instead.", 
    false)]
public void SetLogThreshold(
    int iThreshold
)

参数

  • iThreshold
    类型:System.Int32

    指定的严重性级别 32 位integer 。

备注

SetLogThreshold方法可以控制哪些消息写入错误日志基于严重性。适用的错误日志中的Log方法引用。

例如,如果iThreshold设置为 5,则严重性小于或等于为 5 的日志消息会记录 — 严重性大于 5 没有写入到的错误日志消息。

下表显示可能的可传递的严重性级别iThreshold参数中。

说明

0

错误。

1

有关的问题的警告。

2

可忽略的值,但可能会出现问题。

3

非频繁和发生一次,每个线程,但仅信息、 不是问题。

4

不常用和每个线程,但仅信息、 不是问题发生多次。

5

通用和每个线程,但仅信息、 不是问题发生多次。

6

常用和每个线程,但仅信息、 不是问题发生次数。

7

提供所有信息的详细日志。

8

仅由测试应用程序使用的测试程序。

另请参阅

引用

SPGlobalAdmin 类

SPGlobalAdmin 成员

Microsoft.SharePoint.Administration 命名空间