In This Topic
Specifies a severity of occurred event.
Syntax
Members
| Member | Description |
| Debug | Information for developers containing internal server operations. |
| Error | Information about user error. |
| Fatal | Fatal situation after that recovery isn't possible. |
| Info | Useful information of insignificant type. |
| Log | Log of execution some commands by the server. |
| Notice | Notification for the user about occurred events. |
| Panic | Critical error after that recovery isn't possible. |
| Unknown | The severity could not be determined correctly, because the server sent the severity message in a local language. You may set the corresponding static fields of PgSqlLocalization to the severity levels in the corresponding local language in order to detect severity correctly or just use the PgSqlError.SeverityMessage or PgSqlException.SeverityMessage properties to determine the severity. |
| Warning | Warnings for the user that can include an information about possible problems. |
Inheritance Hierarchy
See Also