Home
last modified time | relevance | path

Searched refs:define_syslog_shortcut_method (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/syslog/
H A Dsyslog.c347 #define define_syslog_shortcut_method(pri, name) \ macro
356 define_syslog_shortcut_method(LOG_EMERG, emerg) in define_syslog_shortcut_method() function
359 define_syslog_shortcut_method(LOG_ALERT, alert) in define_syslog_shortcut_method()
362 define_syslog_shortcut_method(LOG_CRIT, crit) in define_syslog_shortcut_method()
365 define_syslog_shortcut_method(LOG_ERR, err) in define_syslog_shortcut_method()
368 define_syslog_shortcut_method(LOG_WARNING, warning) in define_syslog_shortcut_method()
371 define_syslog_shortcut_method(LOG_NOTICE, notice) in define_syslog_shortcut_method()
374 define_syslog_shortcut_method(LOG_INFO, info) in define_syslog_shortcut_method()
377 define_syslog_shortcut_method(LOG_DEBUG, debug) in define_syslog_shortcut_method()