dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLocalization Class / ServerMessageSeverityDebug Field

ServerMessageSeverityDebug Field
Gets or sets the name of the "DEBUG" severity level of PostgreSQL server events in a language used by the server.
Syntax
'Declaration
 
Public Shared ServerMessageSeverityDebug As String
 

Field Value

The name of the "DEBUG" severity level of PostgreSQL server events in a language used by the server.
Remarks
If PostgreSQL server returns event severity levels in other language than English, set this property to the name of the "DEBUG" severity level in a language used by the server if you want event severity to be correctly detected and assigned to the Severity or PgSqlException.Severity properties. Otherwise, these properties will be set to Severity.Unknown.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also