syslog-ng source
python-fetcher.c File Reference
#include "python-fetcher.h"
#include "python-logmsg.h"
#include "python-helpers.h"
#include "python-types.h"
#include "logthrsource/logthrfetcherdrv.h"
#include "str-utils.h"
#include "string-list.h"
#include "python-persist.h"
#include "python-ack-tracker.h"
#include "python-bookmark.h"
#include "python-flags.h"
#include <structmember.h>
Include dependency graph for python-fetcher.c:

Classes

struct  PythonFetcherDriver
 
struct  PyLogFetcher
 

Functions

PythonBindingpython_fetcher_get_binding (LogDriver *s)
 
LogDriver * python_fetcher_new (GlobalConfig *cfg)
 
void py_log_fetcher_global_init (void)
 

Function Documentation

◆ py_log_fetcher_global_init()

void py_log_fetcher_global_init ( void  )

◆ python_fetcher_get_binding()

PythonBinding* python_fetcher_get_binding ( LogDriver *  s)

◆ python_fetcher_new()

LogDriver* python_fetcher_new ( GlobalConfig *  cfg)