IDiagnosticsManager.SetAll method (TraceSeverity)
NOTE: This API is now obsolete.
Sets all trace log categories defined for the application to the specified trace severity.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPDiagnosticsServiceBase")> _
Sub SetAll ( _
traceSeverity As TraceSeverity _
)
'Usage
Dim instance As IDiagnosticsManager
Dim traceSeverity As TraceSeverity
instance.SetAll(traceSeverity)
[ObsoleteAttribute("Use SPDiagnosticsServiceBase")]
void SetAll(
TraceSeverity traceSeverity
)
Parameters
traceSeverity
Type: Microsoft.SharePoint.Administration.TraceSeverityThe trace severity to assign to all the trace log categories defined for the application.
See also
Reference
Microsoft.SharePoint.Administration namespace