Module holding Syslog constants. See Syslog::log and Syslog::open for constant descriptions.
Generates a mask bit for a priority level. See mask=
static VALUE mSyslogConstants_LOG_MASK(VALUE klass, VALUE pri) { return INT2FIX(LOG_MASK(NUM2INT(pri))); }
Generates a mask value for priority levels at or below the level specified. See mask=
static VALUE mSyslogConstants_LOG_UPTO(VALUE klass, VALUE pri) { return INT2FIX(LOG_UPTO(NUM2INT(pri))); }
This page was generated for Ruby 1.9.3
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.4.