enum

PG::Replication::Severity

Inherits Enum / Comparable / Value / Object

Constants

LOG = 0
INFO = 1
DEBUG = 2
NOTICE = 3
WARNING = 4
ERROR = 5
FATAL = 6
PANIC = 7

Instance methods

debug?

Returns true if this enum value equals DEBUG

Source
error?

Returns true if this enum value equals ERROR

Source
fatal?

Returns true if this enum value equals FATAL

Source
info?

Returns true if this enum value equals INFO

Source
log?

Returns true if this enum value equals LOG

Source
notice?

Returns true if this enum value equals NOTICE

Source
panic?

Returns true if this enum value equals PANIC

Source
warning?

Returns true if this enum value equals WARNING

Source