enum

Syslog::Options

Inherits Enum / Comparable / Value / Object

Constants

Console = 2
NoDelay = 8
Delay = 4
PrintError = 32
PID = 1
None = 0
All = 47

Instance methods

console?

Returns true if this enum value contains Console

Source
delay?

Returns true if this enum value contains Delay

Source
no_delay?

Returns true if this enum value contains NoDelay

Source
none?
Source
pid?

Returns true if this enum value contains PID

Source