Specifies the severity of the event occurred.
Unit
PgError
Syntax
TPgSeverity = (sError, sFatal, sPanic, sWarning, sNotice, sDebug, sInfo, sLog);
Values
| Value | Meaning |
|
sDebug |
Information for developers containing internal server operations. |
|
sError |
Information about a user error. |
|
sFatal |
Fatal situation after which recovery isn't possible. |
|
sInfo |
Useful information of insignificant type. |
|
sLog |
Log of some commands execution by the server. |
|
sNotice |
Notification for the user about the occurred events. |
|
sPanic |
Critical error after which recovery isn't possible. |
|
sWarning |
Warnings for a user that can include information about possible problems. |