IDiagnosticsLevel 接口

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

提供一个接口,开发人员可以通过它公开单个跟踪日志类别分配给跟踪给定的应用程序的日志消息。

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

语法

声明
<ObsoleteAttribute("Use SPDiagnosticsCategory")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface IDiagnosticsLevel
用法
Dim instance As IDiagnosticsLevel
[ObsoleteAttribute("Use SPDiagnosticsCategory")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface IDiagnosticsLevel

另请参阅

引用

IDiagnosticsLevel 成员

Microsoft.SharePoint.Administration 命名空间

其他资源

Trace Logs

Trace Log Categories

Writing to the Trace Log

Trace Log Example