#include "python-module.h"#include "python-binding.h"#include "driver.h"#include "logwriter.h"#include "value-pairs/value-pairs.h"

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) |
| PythonBinding * | python_dd_get_binding (LogDriver *d) |
| LogTemplateOptions * | python_dd_get_template_options (LogDriver *d) |
| void | py_log_destination_global_init (void) |
| void py_log_destination_global_init | ( | void | ) |
| PythonBinding* python_dd_get_binding | ( | LogDriver * | d | ) |
Setters & config glue
| LogTemplateOptions* python_dd_get_template_options | ( | LogDriver * | d | ) |
| LogDriver* python_dd_new | ( | GlobalConfig * | cfg | ) |
| void python_dd_set_value_pairs | ( | LogDriver * | d, |
| ValuePairs * | vp | ||
| ) |