|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Go to the source code of this file.
Macros | |
| #define | define_syslog_shortcut_method(pri, name) |
| #define | rb_define_syslog_option(c) rb_define_const(mSyslogOption, #c, INT2NUM(c)) |
| #define | rb_define_syslog_facility(c) rb_define_const(mSyslogFacility, #c, INT2NUM(c)) |
| #define | rb_define_syslog_level(c, m) |
Functions | |
| void | Init_syslog (void) |
| #define define_syslog_shortcut_method | ( | pri, | |
| name | |||
| ) |
| #define rb_define_syslog_facility | ( | c | ) | rb_define_const(mSyslogFacility, #c, INT2NUM(c)) |
| #define rb_define_syslog_level | ( | c, | |
| m | |||
| ) |
| #define rb_define_syslog_option | ( | c | ) | rb_define_const(mSyslogOption, #c, INT2NUM(c)) |
1.8.13