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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SetAll ( _
traceSeverity As TraceSeverity _
)
'Usage
Dim instance As SPDiagnosticsServiceBase
Dim traceSeverity As TraceSeverity
instance.SetAll(traceSeverity)
public void SetAll(
TraceSeverity traceSeverity
)
Parameters
traceSeverity
Type: Microsoft.SharePoint.Administration.TraceSeverityA TraceSeverity value that represents the least important event to report to the trace log.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when traceSeverity is unmapped or out of range. |
Remarks
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.
See Also
Reference
SPDiagnosticsServiceBase Class
SPDiagnosticsServiceBase Members