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

Go to the source code of this file.

Classes

struct  PyLogMessage
 

Functions

int py_is_log_message (PyObject *obj)
 
PyObject * py_log_message_new (LogMessage *msg, GlobalConfig *cfg)
 
void py_log_message_global_init (void)
 

Variables

PyTypeObject py_log_message_type
 

Function Documentation

◆ py_is_log_message()

int py_is_log_message ( PyObject *  obj)

◆ py_log_message_global_init()

void py_log_message_global_init ( void  )

◆ py_log_message_new()

PyObject* py_log_message_new ( LogMessage *  msg,
GlobalConfig *  cfg 
)

Variable Documentation

◆ py_log_message_type

PyTypeObject py_log_message_type
extern