Go to the documentation of this file.
107 #define PEP_LOGLEVEL_NONE -1
108 #define PEP_LOGLEVEL_ERROR 0
109 #define PEP_LOGLEVEL_WARN 1
110 #define PEP_LOGLEVEL_INFO 2
111 #define PEP_LOGLEVEL_DEBUG 3
152 typedef int pep_log_handler_callback(int level, const char * format, va_list args);
166 typedef struct pep_handle
PEP;