ruby / 2.5.3 / syslog / constants.html /

module Syslog::Constants

Included modules:
Syslog::Option, Syslog::Facility, Syslog::Level

Public Class Methods

included (p1) Show source
static VALUE mSyslogMacros_included(VALUE mod, VALUE target)
{
    rb_extend_object(target, mSyslogMacros);
    return mod;
}

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.