|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
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)) |