SPDiagnosticsServiceBase.SetAll method (TraceSeverity)
Sets the threshold at which traces associated with all categories are written to the trace log.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Sub SetAll ( _
traceSeverity As TraceSeverity _
)
'Usage
Dim instance As SPDiagnosticsServiceBase
Dim traceSeverity As TraceSeverity
instance.SetAll(traceSeverity)
public void SetAll(
TraceSeverity traceSeverity
)
traceSeverity
Type: Microsoft.SharePoint.Administration.TraceSeverityA TraceSeverity value that represents the least important event to report to the trace log.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when traceSeverity is unmapped or out of range. |
Use this method to control the severity of all events captured in trace logs. At less severe logging levels, the number of events logged will increase.
SPDiagnosticsServiceBase class
SPDiagnosticsServiceBase members