Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the threshold at which events associated with all categories are written to the event log.
Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SetAll ( _
    eventSeverity As EventSeverity _
)
'Usage
Dim instance As SPDiagnosticsServiceBase
Dim eventSeverity As EventSeverity
instance.SetAll(eventSeverity)
public void SetAll(
    EventSeverity eventSeverity
)
Parameters
eventSeverity
Type: Microsoft.SharePoint.Administration.EventSeverityAn EventSeverity value that represents the least important event to report to the event log.
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentOutOfRangeException | Thrown when eventSeverity is unmapped or out of range.  | 
Remarks
Use this method to control the severity of all events captured in event logs. At less severe logging levels, the number of events logged will increase.
See Also
Reference
SPDiagnosticsServiceBase Class