Debugging functions

Debugging functions — Debug functions for GDigicam.

Synopsis

#define             G_DIGICAM_DEBUG                     (args...)
#define             G_DIGICAM_WARN                      (args...)
#define             G_DIGICAM_ERR                       (args...)

Description

Various debug functions for GDigicam.

Details

G_DIGICAM_DEBUG()

#define             G_DIGICAM_DEBUG(args...)

Macro function to send debug messages via the chosen platform message logging engine.

args... : variable arguments following the format as in printf function.

G_DIGICAM_WARN()

#define             G_DIGICAM_WARN(args...)

Macro function to send warning messages via the chosen platform message logging engine.

args... : variable arguments following the format as in printf function.

G_DIGICAM_ERR()

#define             G_DIGICAM_ERR(args...)

Macro function to send error messages via the chosen platform message logging engine.

args... : variable arguments following the format as in printf function.