#include "python-dest.h"#include "python-module.h"#include "python-value-pairs.h"#include "python-logmsg.h"#include "python-logtemplate-options.h"#include "python-integerpointer.h"#include "python-helpers.h"#include "python-types.h"#include "logthrdest/logthrdestdrv.h"#include "stats/stats.h"#include "string-list.h"#include "str-utils.h"#include "messages.h"#include "python-persist.h"
Classes | |
| struct | PythonDestDriver |
| struct | PyLogDestination |
Macros | |
| #define | _inject_worker_insert_result(self, value) _inject_const(self, #value, LTR_ ## value) |
Functions | |
| PythonBinding * | python_dd_get_binding (LogDriver *d) |
| void | python_dd_set_value_pairs (LogDriver *d, ValuePairs *vp) |
| LogTemplateOptions * | python_dd_get_template_options (LogDriver *d) |
| LogDriver * | python_dd_new (GlobalConfig *cfg) |
| 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 | ||
| ) |