#include "python-module.h"

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 |
| int py_is_log_message | ( | PyObject * | obj | ) |
| void py_log_message_global_init | ( | void | ) |
| PyObject* py_log_message_new | ( | LogMessage * | msg, |
| GlobalConfig * | cfg | ||
| ) |
|
extern |