Not when you sen the log to a FILE * stream but see the section SYSLOG AND DEBUG in confd_lib_lib(3) about sending the logs to the syslog or through you own hook before it’s printed.
int confd_set_debug(enum confd_debug_level debug, FILE *estream);
This function can be used to change the estream and debug parameters
for the library.