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