libadc-cxx 1.0.0
Structured logging for scientific computing
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
syslog.ipp File Reference
#include <syslog.h>
#include <adc/builder/builder.hpp>
#include <adc/publisher/publisher.hpp>
#include <cstdlib>
Include dependency graph for syslog.ipp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Namespaces

namespace  adc
 

Macros

#define SYSLOG_NAMES
 
#define PRIORITY_UNSET_ADC_SYSLOG   -1
 

Functions

int adc::get_priority_from_string (string s)
 

Macro Definition Documentation

◆ SYSLOG_NAMES

#define SYSLOG_NAMES

Definition at line 1 of file syslog.ipp.

◆ PRIORITY_UNSET_ADC_SYSLOG

#define PRIORITY_UNSET_ADC_SYSLOG   -1

Definition at line 15 of file syslog.ipp.