syslog-ng source
python-logparser.c File Reference
#include "python-logparser.h"
#include "python-module.h"
#include "python-logmsg.h"
#include "python-helpers.h"
#include "str-utils.h"
#include "string-list.h"
Include dependency graph for python-logparser.c:

Classes

struct  PythonParser
 
struct  PyLogParser
 

Functions

PythonBindingpython_parser_get_binding (LogParser *d)
 
LogParser * python_parser_new (GlobalConfig *cfg)
 
void py_log_parser_global_init (void)
 

Function Documentation

◆ py_log_parser_global_init()

void py_log_parser_global_init ( void  )

◆ python_parser_get_binding()

PythonBinding* python_parser_get_binding ( LogParser *  d)

◆ python_parser_new()

LogParser* python_parser_new ( GlobalConfig *  cfg)