GDigicam 0.3 Reference Manual | ||||
---|---|---|---|---|
#define G_DIGICAM_DEBUG (args...) #define G_DIGICAM_WARN (args...) #define G_DIGICAM_ERR (args...)
#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. |
#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. |