Lines Matching refs:log

68 	log_t *log;  member
114 if (state->log != NULL) in add_name()
115 state->log(ISC_LOG_ERROR, in add_name()
211 state->log = (log_t *)ptr; in b9_add_helper()
249 if (state->log != NULL) in dlz_create()
250 state->log(ISC_LOG_ERROR, in dlz_create()
287 if (state->log != NULL) in dlz_create()
288 state->log(ISC_LOG_INFO, "dlz_example: started for zone %s", in dlz_create()
307 if (state->log != NULL) in dlz_destroy()
308 state->log(ISC_LOG_INFO, in dlz_destroy()
337 state->log(ISC_LOG_INFO, in dlz_findzonedb()
340 state->log(ISC_LOG_INFO, in dlz_findzonedb()
418 state->log(ISC_LOG_INFO, in dlz_lookup()
504 if (state->log != NULL) in dlz_newversion()
505 state->log(ISC_LOG_INFO, in dlz_newversion()
527 if (state->log != NULL) in dlz_closeversion()
528 state->log(ISC_LOG_INFO, "dlz_example: transaction not " in dlz_closeversion()
540 if (state->log != NULL) in dlz_closeversion()
541 state->log(ISC_LOG_INFO, "dlz_example: committing " in dlz_closeversion()
562 if (state->log != NULL) in dlz_closeversion()
563 state->log(ISC_LOG_INFO, "dlz_example: cancelling " in dlz_closeversion()
579 if (state->log != NULL) in dlz_configure()
580 state->log(ISC_LOG_INFO, "dlz_example: starting configure"); in dlz_configure()
583 if (state->log != NULL) in dlz_configure()
584 state->log(ISC_LOG_INFO, "dlz_example: no " in dlz_configure()
591 if (state->log != NULL) in dlz_configure()
592 state->log(ISC_LOG_ERROR, "dlz_example: failed to " in dlz_configure()
597 if (state->log != NULL) in dlz_configure()
598 state->log(ISC_LOG_INFO, "dlz_example: configured writeable " in dlz_configure()
620 if (state->log != NULL) in dlz_ssumatch()
621 state->log(ISC_LOG_INFO, "dlz_example: denying update " in dlz_ssumatch()
625 if (state->log != NULL) in dlz_ssumatch()
626 state->log(ISC_LOG_INFO, "dlz_example: allowing update of " in dlz_ssumatch()
700 if (state->log != NULL) in dlz_addrdataset()
701 state->log(ISC_LOG_INFO, "dlz_example: adding rdataset %s '%s'", in dlz_addrdataset()
716 if (state->log != NULL) in dlz_subrdataset()
717 state->log(ISC_LOG_INFO, "dlz_example: subtracting rdataset " in dlz_subrdataset()
732 if (state->log != NULL) in dlz_delrdataset()
733 state->log(ISC_LOG_INFO, "dlz_example: deleting rdataset %s " in dlz_delrdataset()