Lines Matching refs:log

20 #include <isc/log.h>
69 log_t *log;
115 if (state->log != NULL)
116 state->log(ISC_LOG_ERROR,
211 if (strcmp(helper_name, "log") == 0)
212 state->log = (log_t *)ptr;
250 if (state->log != NULL)
251 state->log(ISC_LOG_ERROR,
288 if (state->log != NULL)
289 state->log(ISC_LOG_INFO, "dlz_example: started for zone %s",
308 if (state->log != NULL)
309 state->log(ISC_LOG_INFO,
339 state->log(ISC_LOG_INFO,
423 * For test purposes, log all calls to dlz_lookup()
431 state->log(ISC_LOG_INFO, "lookup #%d for %s", count, full_name);
452 state->log(ISC_LOG_INFO,
469 state->log(ISC_LOG_INFO,
575 if (state->log != NULL)
576 state->log(ISC_LOG_INFO,
598 if (state->log != NULL)
599 state->log(ISC_LOG_INFO, "dlz_example: transaction not "
611 if (state->log != NULL)
612 state->log(ISC_LOG_INFO, "dlz_example: committing "
633 if (state->log != NULL)
634 state->log(ISC_LOG_INFO, "dlz_example: cancelling "
650 if (state->log != NULL)
651 state->log(ISC_LOG_INFO, "dlz_example: starting configure");
654 if (state->log != NULL)
655 state->log(ISC_LOG_INFO, "dlz_example: no "
662 if (state->log != NULL)
663 state->log(ISC_LOG_ERROR, "dlz_example: failed to "
668 if (state->log != NULL)
669 state->log(ISC_LOG_INFO, "dlz_example: configured writeable "
691 if (state->log != NULL)
692 state->log(ISC_LOG_INFO, "dlz_example: denying update "
696 if (state->log != NULL)
697 state->log(ISC_LOG_INFO, "dlz_example: allowing update of "
771 if (state->log != NULL)
772 state->log(ISC_LOG_INFO, "dlz_example: adding rdataset %s '%s'",
787 if (state->log != NULL)
788 state->log(ISC_LOG_INFO, "dlz_example: subtracting rdataset "
803 if (state->log != NULL)
804 state->log(ISC_LOG_INFO, "dlz_example: deleting rdataset %s "