pylogging.h

Redirect DEBUG_PRINTF() to logging.debug().

PYLOG_BUFFER_SIZE
[source]

Maximum line buffer length.

int pylog_debug(const char *format, ...)
[source]

Add a record to the python loggers logging.DEBUG log.

Parameters:
  • format – a printf() format string

The remaining parameters will be formatted as with printf()