#include <syslog.h>
#include <adc/builder/builder.hpp>
#include <adc/publisher/publisher.hpp>
#include <cstdlib>
Go to the source code of this file.
|
| class | adc::syslog_plugin |
| | syslog publisher_api implementation. This plugin sends messages to syslog synchronously. Multiple independent instances of this plugin may be used simultaneously, but the underlying syslog setting (priority) will be that of the most recently created instance. More...
|
| |
◆ SYSLOG_NAMES
◆ PRIORITY_UNSET_ADC_SYSLOG
| #define PRIORITY_UNSET_ADC_SYSLOG -1 |