LOG_UPTO(p1)
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))); }