syslog-ng source
python-logtemplate.h File Reference
Include dependency graph for python-logtemplate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PyLogTemplate
 

Functions

PyObject * py_log_template_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 
void py_log_template_free (PyLogTemplate *self)
 
PyObject * py_log_template_format (PyObject *s, PyObject *args, PyObject *kwds)
 
void py_log_template_global_init (void)
 

Variables

PyTypeObject py_log_template_type
 
PyObject * PyExc_LogTemplate
 

Function Documentation

◆ py_log_template_format()

PyObject* py_log_template_format ( PyObject *  s,
PyObject *  args,
PyObject *  kwds 
)

◆ py_log_template_free()

void py_log_template_free ( PyLogTemplate self)

◆ py_log_template_global_init()

void py_log_template_global_init ( void  )

◆ py_log_template_new()

PyObject* py_log_template_new ( PyTypeObject *  type,
PyObject *  args,
PyObject *  kwds 
)

Variable Documentation

◆ py_log_template_type

PyTypeObject py_log_template_type
extern

◆ PyExc_LogTemplate

PyObject* PyExc_LogTemplate
extern