Specifies the severity of events written to the Windows event log.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration EventSeverity
Dim instance As EventSeverity
public enum EventSeverity
Members
| Member name | Description | |
|---|---|---|
| None | Indicates no event entries are written. | |
| ErrorServiceUnavailable | Indicates that primary functionality of the server is not functioning and the application is unavailable to users. Manual intervention is required immediately. | |
| ErrorSecurityBreach | Indicates that a security compromise has occurred and systems on the network are at risk. | |
| ErrorCritical | Indicates a problem state that needs the immediate attention of an administrator. | |
| Error | Indicates a problem state that needs attention by an administrator. | |
| Warning | Indicates conditions that are not immediately significant but that may eventually cause failure. | |
| FailureAudit | Indicates an audited access attempt has failed. | |
| SuccessAudit | Indicates an audited access attempt is successful. | |
| Information | Contains noncritical information provided for the administrator. | |
| Success | Indicates a successful operation. |