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.
Indicates the severity of events written to the Windows event log.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration EventSeverity
'Usage
Dim instance As EventSeverity
public enum EventSeverity
Members
Member name | Description | |
---|---|---|
None | Indicates no event entries are written. | |
ErrorServiceUnavailable | Obsolete. Indicates that primary functionality of the server is not functioning and the application is unavailable to users. Manual intervention is required immediately. | |
ErrorSecurityBreach | Obsolete. 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 requiring attention by a site administrator. | |
Warning | Indicates conditions that are not immediately significant but that may eventually cause failure. | |
FailureAudit | Obsolete. Indicates an audited access attempt has failed. | |
SuccessAudit | Obsolete. Indicates an audited access attempt is successful. | |
Information | Contains noncritical information provided for the administrator. | |
Success | Obsolete. Indicates a successful operation. | |
Verbose |