Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
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 a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.