ArvDebug

ArvDebug — Debugging tools

Synopsis

void                arv_debug                           (ArvDebugCategory *category,
                                                         const char *format,
                                                         ...);
gboolean            arv_debug_check                     (ArvDebugCategory *category,
                                                         ArvDebugLevel level);
void                arv_debug_enable                    (const char *category_selection);
void                arv_debug_shutdown                  (void);

Description

Details

arv_debug ()

void                arv_debug                           (ArvDebugCategory *category,
                                                         const char *format,
                                                         ...);

arv_debug_check ()

gboolean            arv_debug_check                     (ArvDebugCategory *category,
                                                         ArvDebugLevel level);

arv_debug_enable ()

void                arv_debug_enable                    (const char *category_selection);

arv_debug_shutdown ()

void                arv_debug_shutdown                  (void);