#include "python-logmsg.h"#include "compat/compat-python.h"#include "python-helpers.h"#include "python-types.h"#include "python-main.h"#include "logmsg/logmsg.h"#include "messages.h"#include "timeutils/cache.h"#include "str-utils.h"#include "timeutils/unixtime.h"#include "timeutils/misc.h"#include "msg-format.h"#include "scratch-buffers.h"#include "cfg.h"#include "gsockaddr.h"#include <datetime.h>
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 | ||
| ) |
| PyTypeObject py_log_message_type |