
Functions | |
| PyObject * | py_msg_error (PyObject *obj, PyObject *args) |
| PyObject * | py_msg_warning (PyObject *obj, PyObject *args) |
| PyObject * | py_msg_info (PyObject *obj, PyObject *args) |
| PyObject * | py_msg_debug (PyObject *obj, PyObject *args) |
| PyObject * | py_msg_trace (PyObject *obj, PyObject *args) |
| void | py_logger_global_init (void) |
Variables | |
| PyTypeObject | py_logger_type |
| void py_logger_global_init | ( | void | ) |
| PyObject* py_msg_debug | ( | PyObject * | obj, |
| PyObject * | args | ||
| ) |
| PyObject* py_msg_error | ( | PyObject * | obj, |
| PyObject * | args | ||
| ) |
| PyObject* py_msg_info | ( | PyObject * | obj, |
| PyObject * | args | ||
| ) |
| PyObject* py_msg_trace | ( | PyObject * | obj, |
| PyObject * | args | ||
| ) |
| PyObject* py_msg_warning | ( | PyObject * | obj, |
| PyObject * | args | ||
| ) |
| PyTypeObject py_logger_type |