24 #ifndef _SNG_PYTHON_TEMPLATE_H
25 #define _SNG_PYTHON_TEMPLATE_H
31 typedef struct _PyLogTemplate
34 LogTemplate *
template;
PyObject * py_log_template_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
PyTypeObject py_log_template_type
Definition: python-logtemplate.c:31
void py_log_template_global_init(void)
Definition: python-logtemplate.c:162
PyObject * PyExc_LogTemplate
Definition: python-logtemplate.c:32
void py_log_template_free(PyLogTemplate *self)
Definition: python-logtemplate.c:133
PyObject * py_log_template_format(PyObject *s, PyObject *args, PyObject *kwds)
Definition: python-logtemplate.c:36
Definition: python-logtemplate-options.h:31
Definition: python-logtemplate.h:32
PyLogTemplateOptions * py_template_options
Definition: python-logtemplate.h:35