syslog-ng source
python-dest.h File Reference
#include "python-module.h"
#include "python-binding.h"
#include "driver.h"
#include "logwriter.h"
#include "value-pairs/value-pairs.h"
Include dependency graph for python-dest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LogDriver * python_dd_new (GlobalConfig *cfg)
 
void python_dd_set_value_pairs (LogDriver *d, ValuePairs *vp)
 
PythonBindingpython_dd_get_binding (LogDriver *d)
 
LogTemplateOptions * python_dd_get_template_options (LogDriver *d)
 
void py_log_destination_global_init (void)
 

Function Documentation

◆ py_log_destination_global_init()

void py_log_destination_global_init ( void  )

◆ python_dd_get_binding()

PythonBinding* python_dd_get_binding ( LogDriver *  d)

Setters & config glue

◆ python_dd_get_template_options()

LogTemplateOptions* python_dd_get_template_options ( LogDriver *  d)

◆ python_dd_new()

LogDriver* python_dd_new ( GlobalConfig *  cfg)

◆ python_dd_set_value_pairs()

void python_dd_set_value_pairs ( LogDriver *  d,
ValuePairs *  vp 
)