Lines Matching defs:logconfig
37 * in 'ccat' and add it to 'logconfig'.
40 category_fromconf(const cfg_obj_t *ccat, isc_logconfig_t *logconfig) {
60 if (logconfig == NULL)
73 result = isc_log_usechannel(logconfig, channelname, category,
88 * in 'cchan' and add it to 'logconfig'.
91 channel_fromconf(const cfg_obj_t *channel, isc_logconfig_t *logconfig)
235 if (logconfig == NULL)
238 result = isc_log_createchannel(logconfig, channelname,
257 if (logconfig != NULL && !ns_g_nosyslog)
270 if (logconfig != NULL && !ns_g_nosyslog)
282 ns_log_configure(isc_logconfig_t *logconfig, const cfg_obj_t *logstmt) {
291 if (logconfig != NULL)
292 CHECK(ns_log_setdefaultchannels(logconfig));
300 CHECK(channel_fromconf(channel, logconfig));
309 CHECK(category_fromconf(category, logconfig));
322 if (logconfig != NULL && !default_set)
323 CHECK(ns_log_setdefaultcategory(logconfig));
325 if (logconfig != NULL && !unmatched_set)
326 CHECK(ns_log_setunmatchedcategory(logconfig));