#include <isc/log.h>
Go to the source code of this file.
Defines | |
#define | NAMED_LOGCONF_H 1 |
Functions | |
isc_result_t | ns_log_configure (isc_logconfig_t *logconf, const cfg_obj_t *logstmt) |
Set up the logging configuration in '*logconf' according to the named.conf data in 'logstmt'. |
Definition in file logconf.h.
isc_result_t ns_log_configure | ( | isc_logconfig_t * | logconf, | |
const cfg_obj_t * | logstmt | |||
) |
Set up the logging configuration in '*logconf' according to the named.conf data in 'logstmt'.
Definition at line 273 of file logconf.c.
References categories, category_fromconf(), cfg_list_first(), cfg_list_next(), cfg_listelt_value(), cfg_map_get(), cfg_obj_asstring(), cfg_tuple_get(), channel_fromconf(), CHECK, cleanup(), ISC_FALSE, ISC_R_SUCCESS, ISC_TRUE, ns_log_setdefaultcategory(), ns_log_setdefaultchannels(), and ns_log_setunmatchedcategory().
Referenced by load_configuration().